Search Results for

    Show / Hide Table of Contents

    Class BatchParameters

    A class that holds various parameters for a CompiledInstallationComponent.

    Inheritance
    System.Object
    BatchParameters
    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.Install
    Assembly: TimeCockpit.Data.dll
    Syntax
    public class BatchParameters

    Constructors

    BatchParameters()

    Declaration
    public BatchParameters()

    Properties

    DataContext

    Gets or sets the data context that is passed to a batch.

    Declaration
    public DataContext DataContext { get; set; }
    Property Value
    Type Description
    DataContext

    DataModelLanguage

    Gets or sets the data model language. If a tenant is localized this property should not be necessary anymore.

    Declaration
    public string DataModelLanguage { get; set; }
    Property Value
    Type Description
    System.String

    DbClient

    Gets or sets the db client that is passed to a batch.

    Declaration
    public DbClient DbClient { get; set; }
    Property Value
    Type Description
    DbClient

    Model

    Gets or sets the model that is passed to a batch.

    Declaration
    public Model Model { get; set; }
    Property Value
    Type Description
    Model
    In This Article
    Back to top Copyright © 2020 software architects gmbh