Class CreateWorkshopRequest
Inheritance
System.Object
CreateWorkshopRequest
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.WebApi.Workshop
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CreateWorkshopRequest
Properties
| Improve this Doc View SourceItems
Declaration
public ICollection<WorkshopItemRequestBase> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<WorkshopItemRequestBase> |
Mileage
Declaration
public double Mileage { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OperatingHours
Declaration
public double OperatingHours { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
PlannedDate
Declaration
public DateTimeOffset? PlannedDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTimeOffset> |
VehicleId
Declaration
public Guid VehicleId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |