XPCustomMemberInfo Members
In This Article
#Constructors
Name | Description |
---|---|
XPCustom |
Initializes a new instance of the XPCustom |
#Properties
Name | Description |
---|---|
Attributes |
Gets the attributes for this type.
Inherited from XPType |
Collection |
Gets the XPClass |
Converter |
Gets the value converter.
Inherited from XPMember |
Db |
Inherited from XPMember |
Default |
Inherited from XPMember |
Display |
Gets the member’s display name.
Inherited from XPMember |
Intermediate |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from XPMember |
Is |
Gets whether the member references other aggregated persistent objects.
Inherited from XPMember |
Is |
Gets whether a Persistent |
Is |
Gets whether the member sets up the relation.
Inherited from XPMember |
Is |
Indicates whether the current member represents the “many” side of the association.
Inherited from XPMember |
Is |
Gets whether the member is the auto-generated key.
Inherited from XPMember |
Is |
Gets whether the member represents a collection and is involved in associations.
Inherited from XPMember |
Is |
Gets whether the property is marked as delayed.
Inherited from XPMember |
Is |
Inherited from XPMember |
Is |
Specifies if the member value can be saved to the database.
Inherited from XPMember |
Is |
Gets whether the member is an auto-generated integer key.
Inherited from XPMember |
Is |
Gets whether the member represents a key member.
Inherited from XPMember |
Is |
Gets whether a member is involved in a many-to-many association.
Inherited from XPMember |
Is |
Indicates whether the Many |
Is |
Indicates whether the current member represents a collection that is not decorated with Association |
Is |
Determines if a nullable column should be created when updating the database schema for the persistent class member described by the current XPMember |
Is |
Indicates whether or not optimistic concurrency is ignored for the current member.
Inherited from XPMember |
Is |
Gets whether a class or member of this type is persistent.
Inherited from XPType |
Is |
Gets whether the member is public. |
Is |
Gets whether the member is read-only.
Inherited from XPMember |
Is |
Gets whether the member represents a data structure.
Inherited from XPMember |
Is |
Gets whether a property or class is visible at design time.
Inherited from XPType |
Mapping |
Gets the column’s name in the data store which the member’s value is stored in.
Inherited from XPMember |
Mapping |
Gets the Mapping |
Mapping |
Gets the Mapping |
Mapping |
Gets the maximum number of characters that can be stored in a field which the member is mapped to.
Inherited from XPMember |
Member |
Gets the member’s type. |
Merge |
Gets a value that indicates the behavior when merging changed objects (objects with different versions).
Inherited from XPMember |
Name | Gets the member’s name. |
Owner |
Gets the XPClass |
Reference |
Gets the XPClass |
Storage |
Gets the type that the member’s value is saved as in the data store.
Inherited from XPMember |
Sub |
Gets a collection of sub members.
Inherited from XPMember |
#Methods
Name | Description |
---|---|
Add |
Adds a new attribute to the attribute collection of the type.
Inherited from XPType |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Expand |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Inherited from XPMember |
Find |
Searches for an attribute with the specified name.
Inherited from XPType |
Find |
Searches for an attribute of the specified type.
Inherited from XPType |
Get |
Obsolete. This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Inherited from XPMember |
Get |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Inherited from XPMember |
Get |
Obsolete. Gets the property metadata which is associated with the current XPMember |
Get |
Returns the attribute with the specified name.
Inherited from XPType |
Get |
Returns the attribute of the specified type.
Inherited from XPType |
Get |
This member supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from XPMember |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Inherited from XPMember |
Get |
Checks whether or not the member is modified. |
Get |
Returns the old value of the member. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Returns the property’s value. |
Has |
Determines whether the type has the specified attribute.
Inherited from XPType |
Has |
Determines whether the type has an attribute of the specified type.
Inherited from XPType |
Is |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Inherited from XPMember |
Make |
This method is intended for internal use.
Inherited from XPMember |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Process |
This member supports the .NET Framework infrastructure and cannot be used directly from your code.
Inherited from XPMember |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the attribute of the specified type.
Inherited from XPType |
Reset |
Resets the member’s modification. |
Set |
Marks the member as modified. |
Set |
Sets the property’s value. |
To |
Returns a string which represents the current object.
Inherited from XPMember |
See Also