XPClassInfo Members
In This Article
#Constructors
Name | Description |
---|---|
XPClass |
Initializes a new instance of the XPClass |
#Properties
Name | Description |
---|---|
Assembly |
Gets the name of the assembly that the class is declared in. |
Association |
Gets a list of members that represent the “many” side of the association. |
Attributes |
Gets the attributes for this type.
Inherited from XPType |
Base |
When implemented in a derived class, gets the metadata information of the base class. |
Can |
This property is intended for internal use. |
Class |
When implemented in a derived class, gets the type of the class which is described by the current XPClass |
Collection |
Gets the IEnumerable interface which populates XPMember |
Dictionary |
Gets the XPDictionary object which the current XPClass |
Full |
When implemented in a derived class, returns the full name of the class. |
Has |
Gets whether the class described by the current XPClass |
Id |
Gets the metadata information for the persistent class which provides the key value for the current object. |
Is |
Determines whether an instance of the current type is abstract. |
Is |
Gets whether a class or member of this type is persistent.
Inherited from XPType |
Is |
Gets whether a property or class is visible at design time.
Inherited from XPType |
Key |
Gets information on the key property or key field. |
Members |
Gets a collection of XPMember |
Nullable |
Determines if nullable columns should be created when updating the database schema for the persistent class described by the current XPClass |
Object |
Returns the IEnumerable interface which populates XPMember |
Optimistic |
Gets the metadata of the member that represents the optimistic lock field. |
Optimistic |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Optimistic |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Optimistic |
Gets the name of the system field that is used to control object locking for objects that have the object locking option enabled. |
Optimistic |
Specifies the persistent object’s locking behavior. |
Optimistic |
Specifies how XPO behaves when reloading a changed object. |
Own |
Gets a collection of XPMember |
Persistent |
Gets the information about the nearest persistent parent class in the inheritance hierarchy. |
Persistent |
Gets the collection of persistent properties and fields owned by the current persistent class metadata information. |
Table | Gets the DBTable object which the public properties and public fields are saved in. |
Table |
Gets a value that specifies which table persistent properties and fields are saved to. |
Table |
Gets the name of the table in the data layer in which the object’s data is stored. |
Track |
Specifies whether or not the persistent object properties modifications are tracked. |
#Methods
Name | Description |
---|---|
Add |
Adds a new attribute to the attribute collection of the type.
Inherited from XPType |
Add |
When overridden in a derived class, adds the specified member’s metadata information to the XPClass |
Check |
This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. |
Clear |
Clears modifications made with the specified persistent object. |
Create |
Creates a new member metadata which is referenced to the specified XPClass |
Create |
Creates a new member metadata which is referenced to the specified XPClass |
Create |
Creates a new member metadata which references the specified XPClass |
Create |
Creates a new member metadata. |
Create |
Creates a new member metadata. |
Create |
Creates a new member metadata. |
Create |
Creates a new persistent object. |
Create |
Instantiates an existing persistent object upon loading it from the database. |
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. |
Find |
Searches for an attribute with the specified name.
Inherited from XPType |
Find |
Searches for an attribute of the specified type.
Inherited from XPType |
Find |
Returns information on the member with the specified name. |
Get |
Returns the attribute with the specified name.
Inherited from XPType |
Get |
Returns the attribute of the specified type.
Inherited from XPType |
Get |
This method is intended for internal use. |
Get |
This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. |
Get |
This member supports the XPO Framework infrastructure and is not intended to be used directly from your code. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the value of the key property. |
Get |
Returns information on the member with the specified name. |
Get |
Returns information on the persistent member with the specified name. |
Get |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Get |
This member supports the .NET Framework infrastructure and cannot be used directly from your code. |
Get |
Gets the short name of the specified assembly. |
Get |
Gets the Type of the current instance. Inherited from Object. |
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 |
Has |
Checks if there are modifications with the specified persistent object. |
Is |
Determines whether an instance of the current type can be assigned to an instance of the specified type. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
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 |
To |
Returns a string that represents the full name of the class. |
See Also