DynamicProperties Class
Contains a DynamicPropertiesDescriptor collection and a corresponding GenericValue collection and properties and methods for managing the collections.
Namespace: elsystem
Properties
Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).
Name | Type | Description | |
Count | int | Gets the number of items in the DynamicProperties collection. | |
Descriptor | int | A DynamicPropertiesDescriptor collection containing DynamicPropertyDescriptor items that correspond to the GenericValue items. | |
IsReadOnly | int | True indicates that the collections are read-only. | |
Item[idx] | int | Gets and sets the GenericValue item specified by the FieldName idx string. | |
Item[idx] | int | Gets and sets the GenericValue item specified by the index idx value. | |
TryGet[idx] | int | Gets the GenericValue of the item with the FieldName idx string. |
Methods
Name | Description | |
Contains(fieldName) | True if the Descriptor collection contains the input string fieldname. | |
Create |
Initializes an instance of the class. | |
SetItem(idx,value) | Sets the GenericValue in a DynamciProperties collection based upon the item idx name (as a string) and the string value. | |
SetItem(idx,value) | Sets the GenericValue in a DynamciProperties collection based upon the item index (as an integer) and the string value. |
Inheritance Hierarchy
elsystem.DynamicProperties