IModelClass Members
In This Article
#Properties
Name | Description |
---|---|
All |
Represents a collection of the class’ members. |
Application |
Provides access to the Application Model‘s root node.
Inherited from IModel |
Base |
Indicates the current class’ base class. |
Caption | Specifies the current class’ caption. |
Default |
Specifies what Detail View is displayed for the current object in any scenario, by default. |
Default |
Specifies the name of the image that is displayed in the default Detail View of the current class. |
Default |
Specifies what List View is displayed for the current object in any scenario, by default. |
Default |
Specifies whether in-place editing is allowed in List Views whose Model |
Default |
Specifies the name of the image that is displayed in the default Detail View of the current class. |
Default |
Specifies whether to display the default Detail View near the current List View. This option affects List Views whose Model |
Default |
Specifies the default mode for Lookup Property Editors bound to reference properties of the current type. |
Default |
Specifies what Lookup List View is displayed for the current object in any scenario, by default. |
Default |
Specifies the property that represents the current class in a Property Editor by default. |
Editor |
Specifies the List Editor that is used for objects of the current class in a UI. |
Friendly |
Specifies the property that is considered an analog of the Base |
Image |
Specifies the name of the image that is displayed for the current class. |
Index |
Specifies the order index by which nodes are arranged.
Inherited from IModel |
Interface |
Specifies Domain Components aggregated by the current Domain Component. |
Is |
Indicates whether the current class can represent an item in the New Action, when objects of another type are displayed in the List View. |
Key |
Specifies the property that is considered a key. |
List |
Returns a collection of List Editor types available for objects of the current class. |
Name | Indicates the current class type. |
Node |
Gets the number of child nodes.
Inherited from IModel |
Object |
Specifies the format of the current class caption. |
Own |
Provides access to the Own |
Parent |
Provides access to the parent node.
Inherited from IModel |
Root |
For internal use only.
Inherited from IModel |
Short |
Specifies the current class’ short name. |
Type |
Supplied metadata information on the current business class. |
#Methods
Name | Description |
---|---|
Add |
Adds a new child node of a specific type.
Inherited from IModel |
Add |
Adds a new child node of a specific type with a specific identifier.
Inherited from IModel |
Clear |
Resets the node’s property value to the value specified in the previous Application Model layer.
Inherited from IModel |
Find |
Returns an IModel |
Find |
Returns an IModel |
Get |
Gets the child node with a specific index.
Inherited from IModel |
Get |
Gets the child node with a specific identifier.
Inherited from IModel |
Get |
Returns the value of the node’s specified property.
Inherited from IModel |
Has |
Indicates whether the node’s property has a value assigned.
Inherited from IModel |
Remove() |
Removes the current node.
Inherited from IModel |
Set |
Changes the value of the node’s specified property.
Inherited from IModel |
See Also