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