Showing posts with label How To Find Type of a Property/Member. Show all posts
Showing posts with label How To Find Type of a Property/Member. Show all posts

Monday, November 23, 2009

How To Find Type of a Property/Member

memberName=amont;

ITypeInfo TypeInfo= XafTypesInfo.Instance.FindTypeInfo();
IMemberInfo iminfo = TypeInfo.FindMember(memberName);
If (iminfo.MemberTypeInfo.Type == typeof(double)){}

Mat Table Angular

Mat Table in Angular Mat table is used to display data . its a material designed styled data-table . For using Material Table MatTableMo...