IMemberInfo Members
In This Article
#Properties
Name | Description |
---|---|
Associated |
Supplies metadata on the member involved in an association with the current member. |
Attributes |
Inherited from IBase |
Binding |
Specifies the property descriptor used to bind to the current member. |
Display |
Specifies the member’s display name. |
Expression |
Gets an expression used to calculate the member value if the member is calculated (see IModel |
Is |
Indicates whether the member references aggregated objects. |
Is |
Indicates whether the member is a persistent alias. |
Is |
Indicates whether the member is involved in a one-to-many or many-to-many association. |
Is |
Indicates whether the member is the auto-generated key. |
Is |
Gets a value that indicates if the member specified by the IMember |
Is |
If the current member is a property, indicates whether it is marked as delayed. |
Is |
Indicates whether the member is declared within a structure. |
Is |
Indicates whether the member is the key member. |
Is |
Indicates whether the member represents a list. |
Is |
Indicates whether the member is involved in a many-to-many association. |
Is |
Indicates whether the member is persistent. |
Is |
Indicates whether the member is a property. |
Is |
Indicates whether the member is public. |
Is |
Indicates whether the member is read-only. |
Is |
Indicates whether the current property holds a reference to an object which owns aggregated objects. |
Is |
Indicates whether the member is a service member that supports XAF infrastructure. |
Is |
Indicates whether the member is visible in the Application Model. |
Last |
Supplies metadata on the last property in the IMember |
List |
If the current member is a list, specifies the type of the elements contained in it. |
List |
If the current member is a list, supplies metadata on the type of the elements contained in it. |
Member |
Specifies the member’s type. |
Member |
Supplies metadata on the current member’s type. |
Name | Specifies the member’s name. |
Owner | Supplies metadata on the type in which the current member is declared. |
Size | Specifies the maximum number of characters that you can store in the database field bound with the current string property. |
Value |
This property is intended for internal use. |
#Methods
Name | Description |
---|---|
Add |
Dynamically associates the specified attribute with the current member. |
Add |
Dynamically associates an attribute to the current type at run time.
Inherited from IBase |
Add |
Extends the current IBase |
Deserialize |
Deserializes an object’s member value from a string. |
Find |
Indicates whether an attribute specified by the generic type parameter is associated with the type represented by the current IBase |
Find |
Indicates whether an attribute specified by the generic type parameter is associated with the type represented by the current IBase |
Find |
Returns the attributes of the type specified by the generic type parameter, associated with the type represented by the current IBase |
Find |
Returns the attributes of the type specified by the generic type parameter, associated with the type represented by the current IBase |
Get |
Provides access to additional metadata.
Inherited from IBase |
Get |
Returns an object referenced by a specific object, containing the last property defined in the IMember |
Get |
Returns the properties that form the current property’s IMember |
Get |
Retrieves the member’s value. |
Serialize |
Serializes an object’s member value into a string. |
Set |
Changes the member’s value. |
See Also