QueryRuleGroupMembersCollection methods
SharePoint 2013
The QueryRuleGroupMembersCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Add | |
|
Clear | Removes all items from the collection. (Inherited from OrderedCollectionBase<T>.) |
|
Contains(T) | Determines whether the collection contains given best bet. (Inherited from OrderedCollectionBase<T>.) |
|
Contains(Guid) | Determines whether the collection contains given query rule Id. |
|
CopyTo | Copies the item to an array, starting at a particular array index (Inherited from OrderedCollectionBase<T>.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetEnumerator | (Inherited from OrderedCollectionBase<T>.) |
|
GetHashCode | (Inherited from Object.) |
|
GetType | (Inherited from Object.) |
|
IndexOf | Determines the position of the item in the collection. (Inherited from OrderedCollectionBase<T>.) |
|
MemberwiseClone | (Inherited from Object.) |
|
MoveTo | Moves the item to the specified position in the collection. Position is zero-based. (Inherited from OrderedCollectionBase<T>.) |
|
OnAfterChange | (Overrides OrderedCollectionBase<T>.OnAfterChange().) |
|
OnPreAddInternal | Adds a query rule to the collection at the specified position. Position is zero-based. (Overrides OrderedCollectionBase<T>.OnPreAddInternal(T).) |
|
OnPreChange | (Overrides OrderedCollectionBase<T>.OnPreChange().) |
|
OnPreClearInternal | Removes all query rules from the collection. (Overrides OrderedCollectionBase<T>.OnPreClearInternal().) |
|
OnPreRemoveInternal | (Overrides OrderedCollectionBase<T>.OnPreRemoveInternal(T).) |
|
OnSerializationInitialize | (Overrides OrderedCollectionBase<T>.OnSerializationInitialize().) |
|
Remove(Guid) | |
|
Remove(QueryRule) | (Overrides OrderedCollectionBase<T>.Remove(T).) |
|
ToString | (Inherited from Object.) |