DynamicPropertiesDescriptor Class

A collection of DynamicPropertyDesciptor items.

Namespace: elsystem 

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Count int The number of items in the collection.
Public property Item[idx] int Gets the DynamicPropertyDescriptor item for the index specified.
Public property Item[idx] int Gets the DynamicPropertyDescriptor item for the idx string name specified.
Methods
  Name Description
Public property Contains(metadataName) True if the collection contains the specified metadataName.
Public property

Create

Initializes an empty instance of the collection.
Public property

Create(medadataName)

Initializes a collection containing a DynamciPropertyDescriptor of the specified name.
Inheritance Hierarchy

elsystem.Object

elsystem.DynamicPropertiesDescriptor