Search Results for

    Show / Hide Table of Contents

    Interface PrePlanningTour

    Pre planning tour saved event

    Namespace: Simplic.Logistics.SchemaRegistry
    Assembly: Simplic.Logistics.SchemaRegistry.dll
    Syntax
    public interface PrePlanningTour

    Properties

    | Improve this Doc View Source

    EndDate

    Gets or sets the end date

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

    Guid

    Gets or sets the guid

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

    ResourceId

    Gets or sets the resource id

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

    StartDate

    Gets or sets the start date

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