|
M
Dispose()
|
None
|
Releases all resources used by the FilteredWorksetCollector
|
|
|
M
Equals
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
FirstWorkset()
|
The first workset.
|
Returns the first workset to pass the filter(s).
|
|
|
M
FirstWorksetId()
|
WorksetId
|
Returns the id of the first workset to pass the filter(s).
|
|
|
M
GetBasicIEnumerator()
|
IEnumerator
|
Returns an enumerator that iterates through a collection.
|
|
|
M
GetEnumerator()
|
IEnumerator<Workset>
|
Returns an enumerator that iterates through a collection.
|
|
|
M
GetHashCode
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetType
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
GetWorksetIdIterator()
|
FilteredWorksetIdIterator
|
Returns a FilteredWorksetIdIterator to the worksets passing the current filter.
|
|
|
M
GetWorksetIterator()
|
FilteredWorksetIterator
|
Returns a FilteredWorksetIterator to the worksets passing the current filter.
|
|
|
M
OfKind(WorksetKind)
|
FilteredWorksetCollector
|
Applies a WorksetKindFilter to the collector.
|
|
|
M
ToString
|
None
|
(Inherited from Object .)
|
Object .
|
|
M
ToWorksetIds()
|
ICollection<WorksetId>
|
Returns the complete set of workset ids that pass the filter(s).
|
|
|
M
ToWorksets()
|
IList<Workset>
|
Returns the complete set of worksets that pass the filter(s).
|
|
|
M
WherePasses(WorksetFilter)
|
FilteredWorksetCollector
|
Applies a workset filter to the collector.
|
|