UniversalPropertyList Class Members
In This Topic
The following tables list the members exposed by UniversalPropertyList.
Public Constructors
| Name | Description |
 | UniversalPropertyList Constructor | This constructor creates local property list. Each function of UniversalPropertyList will work on local property list. |
Top
Public Properties
| Name | Description |
 | ExistingIds | Returns array of property ids. Returns array of AnyPropertyId objects. |
 | ExistingValues | Returns array of PropertyValue objects. |
 | Parent | StorableObject to which this property list is connected. |
 | Property | Overloaded. Method used by operator[] in order to access indexed properties by identifying name. |
Top
Public Methods
| Name | Description |
 | CopyTo | Overloaded. Copies properties to other property list. |
 | Dispose | Destructor for deterministic finalization of UniversalPropertyList object. |
 | Exists | Overloaded. Checks property existence for used object. |
 | getPropList | Internal method. |
Top
See Also