Search Results for

    Show / Hide Table of Contents

    Interface DtcoActicity

    Inherited Members
    DtcoObject.Guid
    DtcoObject.EmploymentId
    DtcoObject.ExternalDriverId
    DtcoObject.StartDate
    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface DtcoActicity : DtcoObject

    Properties

    | Improve this Doc View Source

    ActType

    Gets or sets the act type

    Declaration
    int ActType { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    AnalysisTimestamp

    Geta or sets the analysis timestamp

    Declaration
    DateTime AnalysisTimestamp { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    CardSlot

    Gets or sets the card slot

    Declaration
    int CardSlot { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    CardState

    Gets or sets the card state

    Declaration
    int CardState { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    D8

    Gets or sets the d8

    Declaration
    bool D8 { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    EndDate

    Gets or sets the end timestamp

    Declaration
    DateTime EndDate { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    SpecificCondition

    Gets or sets the specific condition

    Declaration
    string SpecificCondition { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    State

    Gets or sets the state

    Declaration
    int State { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx