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 SourceRegistrationDocumentLocation()
Initialize instance
Declaration
public RegistrationDocumentLocation()
Properties
| Improve this Doc View SourceId
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Location
Gets or sets the property Location as string
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |