OperationResultLogItemContract Class

Definition

Log of the entity being created, updated or deleted.

public class OperationResultLogItemContract
type OperationResultLogItemContract = class
Public Class OperationResultLogItemContract
Inheritance
OperationResultLogItemContract

Constructors

OperationResultLogItemContract()

Initializes a new instance of the OperationResultLogItemContract class.

OperationResultLogItemContract(String, String, String)

Initializes a new instance of the OperationResultLogItemContract class.

Properties

Action

Gets or sets action like create/update/delete.

ObjectKey

Gets or sets identifier of the entity being created/updated/deleted.

ObjectType

Gets or sets the type of entity contract.

Applies to