ViewFilter Members
In This Article
#Constructors
Name | Description |
---|---|
View |
Initializes a new instance of the View |
View |
Initializes a new instance of the View |
#Properties
Name | Description |
---|---|
Capacity |
Gets or sets the number of elements that the Collection |
Count |
Gets the number of elements contained in the Collection |
Criteria | Specifies the View’s filter criteria. |
Display |
Obsolete. Gets the textual representation of the entire filter string. This property is obsolete. Use the Filter |
Expression | Gets the total filter expression in string format. |
Filter |
Obsolete. Gets the filter criteria which is applied to a View. |
Inner |
Gets an Array |
Is |
Gets whether the collection of filter conditions is empty. |
Item[Grid |
Gets the collection’s item that represents the filter criteria associated with the specified column. |
Item[Int32] | Provides indexed access to the items in the collection. |
List protected |
Gets an IList containing the list of elements in the Collection |
Non |
Gets or sets a filter expression that is not associated with any column. |
Non |
Gets or sets the filter criteria not bound to any column. |
ICollection. |
Gets a value indicating whether access to the Collection |
ICollection. |
Gets an object that can be used to synchronize access to the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets a value indicating whether the Collection |
IList. |
Gets or sets the element at the specified index.
Inherited from Collection |
#Methods
Name | Description |
---|---|
Add |
Adds the specified filter criteria to the collection and thus applies them to a View. |
Assign |
Copies all settings from the specified object passed as the parameter and assigns them to the current object. |
Begin |
Locks the View |
Clear() |
Removes all objects from the Collection |
End |
Unlocks the View |
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 an enumerator that iterates through the Collection |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the specified View |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
On |
Performs additional custom processes after clearing the contents of the Collection |
On |
Performs additional custom processes before inserting a new element into the Collection |
On |
Performs additional custom processes when removing an element from the Collection |
On |
Performs additional custom processes before setting a value in the Collection |
On |
Performs additional custom processes after setting a value in the Collection |
On |
Performs additional custom processes when validating a value.
Inherited from Collection |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the filter criteria from the collection that refers to the specified column. |
Remove |
Removes the specified filter criteria from the collection. |
Remove |
Removes the element at the specified index of the Collection |
ICollection. |
Copies the entire Collection |
IList. |
Adds an object to the end of the Collection |
IList. |
Determines whether the Collection |
IList. |
Searches for the specified Object and returns the zero-based index of the first occurrence within the entire Collection |
IList. |
Inserts an element into the Collection |
IList. |
Removes the first occurrence of a specific object from the Collection |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also