CollectionSourceBase Methods
An abstract class that serves as the base class for Collection Source classes.
Name | Description |
---|---|
Add |
Adds the specified object to the Collection Source’s Collection |
Begin |
Begins update of the Collection Source’s collection criteria. The criteria will not be applied to the collection until the update is complete. |
Dispose() | Releases all the resources allocated by the current Collection Source. |
End |
Ends update of the Collection Source’s collection criteria and applies it. |
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 |
Returns the number of objects contained in the Collection Source’s Collection |
Get |
Returns a sequence (IEnumerable or IQueryable) that contains objects from the original collection. |
Get |
Returns a strongly-typed sequence (IEnumerable |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
For internal use. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Tries to determine whether the specified object satisfies the criteria contained in the Collection |
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() |
Reloads the current Collection Source’s Collection |
Remove |
Removes the specified object from the Collection Source’s Collection |
Reset |
Recreates a Collection Source’s Collection |
Set |
Sets the value that specifies whether it is possible to add objects to the Collection Source’s Collection |
Set |
Sets the value that specifies whether it is possible to remove objects from the Collection Source’s Collection |
Set |
Adds the specified criteria expression to the Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also