Class ResourcePoolQuery<TObject>
Implements
System.Collections.Generic.IEnumerable<TObject>
System.Collections.IEnumerable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Api.Strategies
Assembly: Relativity.Testing.Framework.Api.dll
Syntax
public class ResourcePoolQuery<TObject> : Query<TObject, ResourcePoolQuery<TObject>>, IEnumerable<TObject>, IEnumerable
Type Parameters
Name | Description |
---|---|
TObject |
Methods
| Improve this Doc View SourceFor(Int32)
Sets the workspace ID for which the query should be executed.
Declaration
public ResourcePoolQuery<TObject> For(int workspaceId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | workspaceId | The workspace ID. |
Returns
Type | Description |
---|---|
ResourcePoolQuery<TObject> | The query object. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable