Back to Devexpress

XPClassInfo.CreateMember Method

xpo-devexpress-dot-xpo-dot-metadata-dot-xpclassinfo-dot-createmember.md

latest2.0 KB
Original Source

XPClassInfo.CreateMember Method

NameParametersDescription
CreateMember(String, XPClassInfo, Attribute[])propertyName, referenceType, attributesCreates a new member metadata which is referenced to the specified XPClassInfo object.
CreateMember(String, XPClassInfo, Boolean, Attribute[])propertyName, referenceType, nonPersistent, attributesCreates a new member metadata which is referenced to the specified XPClassInfo object.
CreateMember(String, XPClassInfo, Boolean, Boolean, Attribute[])propertyName, referenceType, nonPersistent, nonPublic, attributesCreates a new member metadata which references the specified XPClassInfo object.
CreateMember(String, Type, Attribute[])propertyName, propertyType, attributesCreates a new member metadata.
CreateMember(String, Type, Boolean, Attribute[])propertyName, propertyType, nonPersistent, attributesCreates a new member metadata.
CreateMember(String, Type, Boolean, Boolean, Attribute[])propertyName, propertyType, nonPersistent, nonPublic, attributesCreates a new member metadata.