The following tables list the members exposed by ConditionCollection.
Name | Description | |
---|---|---|
ConditionCollection Constructor |
Name | Description | |
---|---|---|
Count | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
IsReadOnly | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
Item | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
LogicalOperator | Gets / sets the LogicalOperator that will be used to combine all the IFilterCondition objects in this collection. | |
Parent | Gets the IRecordFilter object which contains this object. |
Name | Description | |
---|---|---|
Items | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) |
Name | Description | |
---|---|---|
Add | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
Clear | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
Contains | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
CopyTo | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
Dispose | Overloaded. (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
GetCurrentExpression | Overloaded. Generates the current expression for this ConditionCollection. | |
GetEnumerator | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
IndexOf | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
Insert | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
Remove | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
RemoveAt | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) |
Name | Description | |
---|---|---|
AddItem | Overridden. Adds the item at the specified index. | |
AddItemSilently | Overloaded. Adds an element to the collection without raising any events. | |
CanRehydrate | Looks through the keys, and determines that all the keys are in the collection, and that the same about of objects are in the collection. If this isn't the case, false is returned, and the Control Persistence Framework, will not try to reuse the object that are already in the collection. | |
ClearSilently | Removes all the elements of the collection without raising any events. | |
GetCount | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
GetItem | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
GetLookupKeys | Gets a list of keys that each object in the collection has. | |
InsertItem | Overridden. Adds an item to the collection at a given index. | |
OnCollectionItemChanged | Raises the CollectionItemChanged event. | |
OnItemAdded | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
OnItemRemoved | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
OnNotifyCollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
OnPropertyChanged | Raises the PropertyChanged event. | |
OnResetItems | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
RemoveItem | Overridden. Removes the item at the specified index. | |
RemoveItemSilently | Overloaded. Removes the item at the specified index without raising any events. | |
ReplaceItem | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
ResetItems | Overridden. Removes all items from the collection. | |
ResetItemsSilently | Overridden. Removes all items from the collection without firing any events. |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from Infragistics.Collections.CollectionBase<IFilterCondition>) | |
CollectionItemChanged | Event raised when an Item in the Collection is changed. | |
PropertyChanged | Event raised when a property on this object changes. |