Public Methods
Method | Description |
---|---|
Add | Creates and returns new NamingStandardsTemplate, and then adds it to collection. PARAMETERS: Name, Description, Value, ValueDescription (all as Strings). |
Remove | Deletes a naming standards template object as specified by the given name or ID, from the collection. PARAMETERS: Identifier (String or Integer). |
Public Properties
Property | Description |
---|---|
_Item | Returns a NamingStandardsTemplate object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of naming standards template objects in the collection. DATATYPE: Integer. |
Item | Returns a NamingStandardsTemplate object as specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |