Search Results for

    Show / Hide Table of Contents

    Class SaveSettings

    Settings for save operations.

    Inheritance
    System.Object
    SaveSettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: TimeCockpit.Data
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class SaveSettings

    Constructors

    SaveSettings()

    Initializes a new instance of the SaveSettings class.

    Declaration
    public SaveSettings()

    Properties

    SkipTriggerExecution

    Gets or sets a value indicating whether the execution of triggers should be skipped.

    Declaration
    public bool SkipTriggerExecution { get; set; }
    Property Value
    Type Description
    System.Boolean
    In This Article
    Back to top Copyright © 2020 software architects gmbh