Table of Contents

Class CommonEvents

Namespace
Skyware.Lis.EventsModel.Common
Assembly
Skyware.Lis.EventsModel.dll

Common event types

public class CommonEvents
Inheritance
CommonEvents
Inherited Members

Fields

CREATED

Object is created.

public const string CREATED = "Created"

Field Value

string

DELETED

Object or its children is deleted.

public const string DELETED = "Deleted"

Field Value

string

UPDATED

Object or its children is updated.

public const string UPDATED = "Updated"

Field Value

string