DynamicCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Dynamic |
Initializes a new instance of the Dynamic |
Dynamic |
Initializes a new instance of the Dynamic |
#Properties
Name | Description |
---|---|
Allow |
Specifies whether the collection is read-only. This property is implemented to support the IBinding |
Allow |
Specifies whether new objects can be added to the collection. This property is implemented to support the IBinding |
Allow |
Specifies whether objects can be removed from the collection. This property is implemented to support the IBinding |
Count |
Returns the count of objects in the collection. This property is implemented to support the ICollection interface.
Inherited from Dynamic |
Criteria |
Specifies criteria used to filter objects in the collection.
Inherited from Dynamic |
Delete |
Specifies whether objects are deleted from a storage when they are removed from the collection.
Inherited from Dynamic |
Displayable |
For internal use.
Inherited from Dynamic |
In |
Specifies if the specified Criteria and Sorting parameters are applied to all objects (in the database and retrieved).
Inherited from Dynamic |
Is |
Specifies whether the collection has been disposed of. For internal use.
Inherited from Dynamic |
Is |
Indicates whether the collection has a fixed size. This property is implemented to support the IList interface.
Inherited from Dynamic |
Is |
Indicates whether the collection was populated with objects.
Inherited from Dynamic |
Is |
Specifies whether the collection is read-only. This property is implemented to support the IList interface.
Inherited from Dynamic |
Is |
Indicates whether access to the collection is synchronized (thread safe). This property is implemented to support the ICollection interface.
Inherited from Dynamic |
Item[Int32] |
Gets or sets an object at the specified index. This property is implemented to support the IList interface.
Inherited from Dynamic |
Object |
Returns the Object Space used to manipulate the collection’s objects.
Inherited from Dynamic |
Object |
Returns the type of objects that the Objects collection can contain.
Inherited from Dynamic |
Sorting |
Specifies the list of Sort |
Sync |
Gets an object that can be used to synchronize access to the collection. This property is implemented to support the ICollection interface.
Inherited from Dynamic |
Top |
Specifies the maximum number of objects that can be retrieved from the collection.
Inherited from Dynamic |
#Methods
Name | Description |
---|---|
Add |
Adds the specified object to the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
Clear() |
Removes all objects from the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
Contains |
Checks whether the collection contains the specified object. This method is implemented to support the IList interface.
Inherited from Dynamic |
Copy |
Copies the collection to the specified array. This method is implemented to support the ICollection interface.
Inherited from Dynamic |
Dispose() |
Disposes of all resources this Dynamic |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Determines the index of the specified object in the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
Insert |
Inserts the specified object into the collection at the specified position. This method is implemented to support the IList interface.
Inherited from Dynamic |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reload() |
Clears the collection. The Fetch |
Remove |
Removes the specified object from the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
Remove |
Removes an object from the specified index in the collection. This method is implemented to support the IList interface.
Inherited from Dynamic |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Fetch |
Occurs when the Dynamic |
List |
Occurs when the collection contents are changed. This event is implemented to support the IBinding |
Loaded |
Occurs after the collection was populated with objects.
Inherited from Dynamic |
See Also