Public Methods
Method | Description |
---|---|
Add | Creates a new SecurityType in the collection and returns the pointer. PARAMETERS: Name and Description (Strings). |
Remove | Deletes a SecurityType object specified by the given name or ID. PARAMETERS: Identifier (String or Integer). |
Public Properties
Properties | Description |
---|---|
_Item | Returns a SecurityType object specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
_NewEnum | |
Count | Number of SecurityType objects in the collection. DATATYPE: Integer. |
Item | Returns a SecurityType object specified by the given name, GUID, or ID. PARAMETERS: Identifier (String or Integer). |
See Also