Show / Hide Table of Contents

Class DeleteWorkspaceEntityByIdStrategy<T>

Represents base strategy of workspace entity deletion.

Inheritance
System.Object
DeleteWorkspaceEntityByIdStrategy<T>
Implements
IDeleteWorkspaceEntityByIdStrategy<T>
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.Strategies
Assembly: Relativity.Testing.Framework.dll
Syntax
public abstract class DeleteWorkspaceEntityByIdStrategy<T> : IDeleteWorkspaceEntityByIdStrategy<T>
Type Parameters
Name Description
T

The type of the entity.

Methods

| Improve this Doc View Source

Delete(Int32, Int32)

Deletes the workspace entity by the specified IDs of workspace and entity.

Declaration
public void Delete(int workspaceId, int entityId)
Parameters
Type Name Description
System.Int32 workspaceId

The workspace ID.

System.Int32 entityId

The entity ID.

| Improve this Doc View Source

DoDelete(Int32, Int32)

Does delete the entity by IDs of workspace and entity.

Declaration
protected abstract void DoDelete(int workspaceId, int entityId)
Parameters
Type Name Description
System.Int32 workspaceId

The workspace ID.

System.Int32 entityId

The entity ID.

Implements

IDeleteWorkspaceEntityByIdStrategy<T>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX