Public Methods
This object represents a collection of rules. The owner of this collection is the data dictionary.
Method | Description |
---|
Add | Creates a new rule with the given name and text value, adds it to the data dictionary, and then returns the new rule to the caller. PARAMETERS: Name (String), Value (String). |
Remove | Deletes a Rule object as specified by the given name or ID, from ER/Studio. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|
_Item | Returns a Rule object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum |
|
Count | Number of Rule objects in the collection. DATATYPE: Integer. |
Item | Returns a Rule object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
...