PropertyCollectionSource Methods
Serves as the data source for the nested List Views that display collection properties.
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.
Inherited from Collection |
Dispose() |
Releases all the resources allocated by the current Property |
End |
Ends update of the Collection Source’s collection criteria and applies it.
Inherited from Collection |
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.
Inherited from 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. Refer to the Reload() method description for more information. |
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