XPMemberInfo Members
In This Article
#Properties
Name | Description |
---|---|
Attributes |
Gets the attributes for this type.
Inherited from XPType |
Collection |
Gets the XPClass |
Converter | Gets the value converter. |
Db |
|
Default |
|
Display |
Gets the member’s display name. |
Intermediate |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Is |
Gets whether the member references other aggregated persistent objects. |
Is |
Gets whether a Persistent |
Is |
Gets whether the member sets up the relation. |
Is |
Indicates whether the current member represents the “many” side of the association. |
Is |
Gets whether the member is the auto-generated key. |
Is |
Gets whether the member represents a collection and is involved in associations. |
Is |
Gets whether the property is marked as delayed. |
Is |
|
Is |
Specifies if the member value can be saved to the database. |
Is |
Gets whether the member is an auto-generated integer key. |
Is |
Gets whether the member represents a key member. |
Is |
Gets whether a member is involved in a many-to-many association. |
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. |
Is |
Gets whether a class or member of this type is persistent.
Inherited from XPType |
Is |
When implemented in a derived class, gets whether the member is declared as public. |
Is |
Gets whether the member is read-only. |
Is |
Gets whether the member represents a data structure. |
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. |
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. |
Member |
When implemented in a derived class, gets the member’s type. |
Merge |
Gets a value that indicates the behavior when merging changed objects (objects with different versions). |
Name | When implemented in a derived class, 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. |
Sub |
Gets a collection of sub members. |
#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. |
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. |
Get |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
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. |
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. |
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 |
When implemented in a derived class, 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. |
Make |
This method is intended for internal use. |
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. |
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 |
When implemented in a derived class, sets the property’s value. |
To |
Returns a string which represents the current object. |
See Also