Search Results for

    Show / Hide Table of Contents

    Class RegistrationDocumentLocation

    Represents a RegistrationDocumentLocation

    Inheritance
    System.Object
    RegistrationDocumentLocation
    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.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class RegistrationDocumentLocation

    Constructors

    | Improve this Doc View Source

    RegistrationDocumentLocation()

    Initialize instance

    Declaration
    public RegistrationDocumentLocation()

    Properties

    | Improve this Doc View Source

    Id

    Gets or sets the property Id as Guid

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

    Location

    Gets or sets the property Location as string

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