Skip to main content
.NET 6.0+

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.