An IFilter implementation that may be used as the filter parameter in
Query methods to select the objects to be returned.
Inheritance Hierarchy
Soss.ClientIndexCollection
Soss.ClientFilterCollection
Namespace: Soss.Client
Assembly: soss_svcdotnet (in soss_svcdotnet.dll) Version: 6.2.0.0 (1.0.0.0)
Syntax
The FilterCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | FilterCollection |
Create a new FilterCollection instance.
|
![]() | FilterCollection(MatchOptions) |
Create a new FilterCollection instance, allowing the specification of
an initial MatchOptions value.
|
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements in the IndexCollection. Since the collection
is fixed-size, this property always returns MaxIndexValues.
(Inherited from IndexCollection.) |
![]() | IsFixedSize |
Returns true.
(Inherited from IndexCollection.) |
![]() | IsReadOnly |
Returns false.
(Inherited from IndexCollection.) |
![]() | IsSynchronized |
Returns false. Callers may synchronize the list using SyncRoot.
(Inherited from IndexCollection.) |
![]() | Item |
Gets or sets the element at the specified index.
(Inherited from IndexCollection.) |
![]() | MatchOptions |
Gets or sets a value specifying whether State Server should match objects where any
or all of the metadata IndexValues match this FilterCollection's (positional) IndexValues.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the IndexCollection.
(Inherited from IndexCollection.) |
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Sets the value of all IndexValue instances in the collection to
null.
(Inherited from IndexCollection.) |
![]() | Clear(Int32) |
Sets the value of the IndexValue instance at the specified index to
a default (unused) value.
(Inherited from IndexCollection.) |
![]() | Contains |
Tests to see if the collection contains value. Note that
IndexValues are compared by value, not by reference. See Equals(Object).
(Inherited from IndexCollection.) |
![]() | CopyTo |
Copies the entire contents of this collection to a compatible,
one-dimensional Array, starting at the specified index in
the target array.
(Inherited from IndexCollection.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator for this IndexCollection.
(Inherited from IndexCollection.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetIndexCollection |
Return this IndexCollection.
(Inherited from IndexCollection.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf |
Searches for the specified IndexValue and returns the
zero-based index of the first occurrence within the IndexCollection.
(Inherited from IndexCollection.) |
![]() | Insert |
Inserts an element into the IndexCollection at the specified index.
(Inherited from IndexCollection.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific IndexValue from
the IndexCollection.
(Inherited from IndexCollection.) |
![]() | RemoveAt |
Removes the element at the specified index of the IndexCollection.
(Inherited from IndexCollection.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Remarks
See Also