ITypeInfo ob = XafTypesInfo.Instance.FindTypeInfo(ReflectionHelper.FindType("TransactionDetails")).FindMember("YourPropertyName");
OR
XPDictionary xpd=XafTypeInfo.XpoTypeInfoSource.XPDictionary;
Object ob=(xpd.GetClassInfo((typeof(className)).FindMember(“PropertyName”).GetType());
No comments:
Post a Comment