Search Results for

    Show / Hide Table of Contents

    Class TelematicWorkflowContactConfiguration

    Telematic Workflow Contact assignment

    Inheritance
    System.Object
    TelematicWorkflowContactConfiguration
    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: Simplic.Telematic.Core
    Assembly: Simplic.Telematic.Core.dll
    Syntax
    public class TelematicWorkflowContactConfiguration

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the ContactId

    Declaration
    public long ContactId { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    TelematicLoadWorkflowId

    Gets or sets the TelematicLoadWorkflowId

    Declaration
    public Guid? TelematicLoadWorkflowId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    TelematicUnloadWorkflowId

    Gets or sets the TelematicUnloadWorkflowId

    Declaration
    public Guid? TelematicUnloadWorkflowId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx