Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPClassInfo.CreateMember Method

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