Search Results for

    Show / Hide Table of Contents

    Enum TriggerType

    An enumeration of trigger types.

    Namespace: TimeCockpit.Data.DataModel.Triggers
    Assembly: TimeCockpit.Data.dll
    Syntax
    public enum TriggerType

    Fields

    Name Description
    AfterSave

    Indicates that code that is associated with a trigger is executed after the save operation of a given EntityObject

    BeforeSave

    Indicates that code that is associated with a trigger is executed before the save operation of a given EntityObject

    In This Article
    Back to top Copyright © 2020 software architects gmbh