Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Represents a property of a domain class.
The DomainPropertyInfo type exposes the following members.
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Gets the value of a property for a specific model element.
Creates a shallow copy of the current Object. (Inherited from Object.)
Notifies listeners that a value for a property has changed.
Sets the property value on a given model element.
Converts the element to a string. (Inherited from DomainObjectInfo.)
Top
Properties
Name
Description
Gets the default value of this domain property.
Gets the display name of the element. (Inherited from DomainObjectInfo.)
Gets the domain class where this property is declared.
Gets domain model where the domain class that has this property is defined. (Overrides DomainObjectInfo.DomainModel.)
Gets a unique name provider for this domain property.
Gets the ID of the element. (Inherited from DomainObjectInfo.)
Gets the kind for this property.
Gets the name of the element. (Inherited from DomainObjectInfo.)
Gets the information about the domain property.
Gets the type that is assigned to the property.
Gets the value handler for this property.
Top