Interface IDeleteWorkspaceEntityByIdStrategy<T>
Represents the strategy of workspace entity deletion.
Namespace: Relativity.Testing.Framework.Strategies
Assembly: Relativity.Testing.Framework.dll
Syntax
public interface IDeleteWorkspaceEntityByIdStrategy<T>
Type Parameters
Name | Description |
---|---|
T | The type of the entity. |
Methods
| Improve this Doc View SourceDelete(Int32, Int32)
Deletes the workspace entity by the specified IDs of workspace and entity.
Declaration
void Delete(int workspaceId, int entityId)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | workspaceId | The workspace ID. |
System.Int32 | entityId | The entity ID. |