Table of Contents

Enum EntityPersistActionType

Namespace
Innova.Prism.Infrastructure.EventParameters
Assembly
Innova.Prism.Infrastructure.dll

Represents the type of entity persist action.

public enum EntityPersistActionType

Fields

Delete = 2

Represents a delete action.

Insert = 0

Represents an insert action.

Update = 1

Represents an update action.