Table of Contents

Interface IModifyRecordEventArguments<T>

Namespace
OrpheusInterfaces.Core
Assembly
OrpheusInterfaces.dll

Orpheus record modify event. Occurs when data are processed in memory.

public interface IModifyRecordEventArguments<T>

Type Parameters

T

Model type

Properties

ModifyAction

int ModifyAction { get; }

Property Value

int

Modify action. 0 Insert, 1 Update, 2 Delete

Record

T Record { get; }

Property Value

T

Modified record.