Show / Hide Table of Contents

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 Source

Delete(Int32)

Deletes the entity by ID.

Declaration
void Delete(int id)
Parameters
Type Name Description
System.Int32 id

The artifact ID of the entity.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX