IModelAppearanceRule Members
In This Article
#Properties
Name | Description |
---|---|
Appearance |
Specifies the type of UI elements affected by the conditional appearance rule.
Inherited from IAppearance |
Application |
Provides access to the Application Model‘s root node.
Inherited from IModel |
Attribute |
Provides access to the Appearance |
Back |
Specifies the background color of UI elements affected by the conditional appearance rule. Inherited from IAppearance. |
Context |
Specifies the Views in which the conditional appearance rule is in effect.
Inherited from IAppearance |
Criteria |
Specifies the criteria string used when determining whether IAppearance |
Declaring |
Gets the target type of the appearance rule.
Inherited from IAppearance |
Enabled | Specifies whether UI elements affected by the conditional appearance rule must be enabled. Inherited from IAppearance. |
Font |
Specifies the font color of UI elements affected by the conditional appearance rule. Inherited from IAppearance. |
Font |
Specifies the font style of UI elements affected by the conditional appearance rule. Inherited from IAppearance. |
Index |
Specifies the order index by which nodes are arranged.
Inherited from IModel |
Method |
Specifies the name of the business class method used to determine whether the Conditional Appearance rule is currently active.
Inherited from IAppearance |
Method |
Specifies the possible method names to which the Appearance |
Node |
Gets the number of child nodes.
Inherited from IModel |
Parent |
Provides access to the parent node.
Inherited from IModel |
Priority | Specifies the volume of the conditional appearance rule. Used when several rules affect the same UI element. Inherited from IAppearance. |
Root |
For internal use only.
Inherited from IModel |
Target |
Specifies the identifiers of UI elements affected by the conditional appearance rule.
Inherited from IAppearance |
Visibility | Specifies the visibility of UI elements affected by a conditional appearance rule. Inherited from IAppearance. |
#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 |
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