Chili.Opf3 Send comments on this topic.
DynamicPropertiesCollection Class Members
See Also  Properties  Methods 
Chili.Opf3.DynamicProperties Namespace : DynamicPropertiesCollection Class


The following tables list the members exposed by DynamicPropertiesCollection.

Public Constructors

 NameDescription
Public ConstructorDynamicPropertiesCollection Constructor Creates a new instance of the DynamicPropertiesCollection Class.  
Top

Public Properties

 NameDescription
Public PropertyCount Gets the number of elements contained in the container.  
Public PropertyIsReadOnly Gets a value indicating whether the container is read-only.  
Public PropertyItemOverloaded.   
Top

Public Methods

 NameDescription
Public MethodAdd Adds an item to the container.  
Public MethodAddOrSet Sets the value of element with the specified Identifier. If the elements dosent't exist create it  
Public MethodClear Removes all items from the container.  
Public MethodClone Creates a new object that is a copy of the current instance.  
Public MethodContains Determines whether the container contains a specific value.  
Public MethodCopyTo Copies the elements of the container to an array, starting at a particular index.  
Public MethodGetEnumerator Returns an enumerator that iterates through the container.  
Public MethodIndexOf Returns the zero-based index of the first occurrence of a value in the container or in a portion of it.  
Public MethodInsert Inserts an element into the container at the specified index.  
Public MethodRemove Removes the first occurrence of a specific object from the container.  
Public MethodRemoveAt Removes the item at the specified index.  
Top

See Also