Class CleaningPreOrderViewModel
Inheritance
System.Object
CleaningPreOrderViewModel
Implements
ICustomAddonViewModel
IMultiTenantCompatibleViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class CleaningPreOrderViewModel : ExtendableViewModel
Constructors
|
Improve this Doc
View Source
CleaningPreOrderViewModel(CleaningPreOrder)
Initializes a new instance of CleaningPreOrderViewModel
Declaration
public CleaningPreOrderViewModel(CleaningPreOrder cleaningPreOrder)
Parameters
Properties
|
Improve this Doc
View Source
AdditionalValuesVisible
Gets zhe visiblity of the additonal values tab
Declaration
public Visibility AdditionalValuesVisible { get; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
|
Improve this Doc
View Source
AddonViewModel
Gets or sets the AddonViewModel
Declaration
public AddonViewModel AddonViewModel { get; set; }
Property Value
Type |
Description |
AddonViewModel |
|
|
Improve this Doc
View Source
BillingProductId
Gets or sets the billing product
Declaration
public Guid? BillingProductId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
ChamberCount
Gets or sets the number of visible chambers
Declaration
public int ChamberCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ChamberOne
Declaration
public Chamber ChamberOne { get; }
Property Value
|
Improve this Doc
View Source
Chambers
Declaration
public ObservableCollection<Chamber> Chambers { get; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<Chamber> |
|
|
Improve this Doc
View Source
ChamberThree
Declaration
public Chamber ChamberThree { get; }
Property Value
|
Improve this Doc
View Source
ChamberTwo
Declaration
public Chamber ChamberTwo { get; }
Property Value
|
Improve this Doc
View Source
CleaningCode
Gets or sets the CleaningCode
Declaration
public string CleaningCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public SAC.Contact.Contact CleaningContact { get; }
Property Value
Type |
Description |
SAC.Contact.Contact |
|
|
Improve this Doc
View Source
CleaningControlsVisible
Gets or sets the visibility of the cleaning controls
Declaration
public Visibility CleaningControlsVisible { get; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
|
Improve this Doc
View Source
CleaningDate
Declaration
public DateTime CleaningDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
CleaningKanbanItemText
Declaration
public string CleaningKanbanItemText { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CleaningKanbanStationLane
Declaration
public string CleaningKanbanStationLane { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CleaningKanbanStationLanes
Declaration
public ObservableCollection<string> CleaningKanbanStationLanes { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<System.String> |
|
|
Improve this Doc
View Source
CleaningListId
Gets or sets the cleaning list id
Declaration
public Guid? CleaningListId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
CleaningListItemBoxParameter
Gets the cleaning list parameter
Declaration
public IDictionary<string, object> CleaningListItemBoxParameter { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
CleaningProcedureItemBoxParameter
Gets the cleaning procedure item box parameter.
Declaration
public IDictionary<string, object> CleaningProcedureItemBoxParameter { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
CleaningStationItemBoxParameter
Gets the cleaning station parameter
Declaration
public IDictionary<string, object> CleaningStationItemBoxParameter { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
CleaningTime
Declaration
public TimeSpan CleaningTime { get; set; }
Property Value
Type |
Description |
System.TimeSpan |
|
|
Improve this Doc
View Source
Gets or sets the ContactId
Declaration
public Guid? ContactId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Gets werther the contact text Boxes are readonly
Declaration
public bool ContactReadOnly { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Gets the template for the customer info
Declaration
public string ContactTemplate { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ContainerId
Gets or sets the container id.
Declaration
public Guid? ContainerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Contract
Gets or sets the Contract
Declaration
public string Contract { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CreateDateTime
Gets or sets the create date time
Declaration
public DateTime CreateDateTime { get; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
CreateUserId
Gets or sets the create user id
Declaration
public int CreateUserId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
CreateUserName
Gets the creator user name
Declaration
public string CreateUserName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Customer
Gets or sets the customer
Declaration
public SAC.Contact.Contact Customer { get; }
Property Value
Type |
Description |
SAC.Contact.Contact |
|
|
Improve this Doc
View Source
CustomerDisplayText
Declaration
public string CustomerDisplayText { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CustomerId
Gets or sets the Customer Id
Declaration
public Guid? CustomerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
CustomerProcedureId
Gets or sets the customer procedure id.
The id references a CleaningProcedure.
This is meant to be set when the customer has specific requests for cleaning procedures.
Declaration
public Guid? CustomerProcedureId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
DriverName
Gets or sets the driver name
Declaration
public string DriverName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DriverNames
Gets all driver names for autocomplete
Declaration
public IList<string> DriverNames { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
|
Improve this Doc
View Source
ExternalVehicleVisibility
Gets the Visibility for ExternalVehicle fields
Declaration
public Visibility ExternalVehicleVisibility { get; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
|
Improve this Doc
View Source
InternalCleaningChecked
Gets or sets the internal cleaning flag
Declaration
public bool InternalCleaningChecked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InternalCleaningEnabled
Gets or sets the visibility of the internal cleaning
Declaration
public bool InternalCleaningEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InternalVehicleChecked
Gets or sets wherther the InternelVehicleCheckbox is checked
Declaration
public bool InternalVehicleChecked { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
InternalVehicleVisibility
Gets the Visibillity for InternalVehicle fields
Declaration
public Visibility InternalVehicleVisibility { get; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
|
Improve this Doc
View Source
InternCleaningControlsVisible
Gets or sets the visibility of the intern cleaning controls
Declaration
public Visibility InternCleaningControlsVisible { get; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
|
Improve this Doc
View Source
LookupParametersArticle
Gets the parameter for the pre product article lookup textbox
Declaration
public IDictionary<string, object> LookupParametersArticle { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
|
Improve this Doc
View Source
MessageLabel
Gets or sets info message
Declaration
public string MessageLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Model
Declaration
public CleaningPreOrder Model { get; }
Property Value
|
Improve this Doc
View Source
ProcedureId
Declaration
public Guid? ProcedureId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
Gets or sets the order remark
Declaration
public string Remark { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SelectedTenant
Gets or sets the selected tenant
Declaration
public OrganizationTenant SelectedTenant { get; set; }
Property Value
Type |
Description |
OrganizationTenant |
|
|
Improve this Doc
View Source
Gets the ShowPreProductButtonVisibillity
Declaration
public Visibility ShowPreProductButtonVisibillit { get; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
|
Improve this Doc
View Source
Gets the ShowPreProductButtonClick command
Declaration
public ICommand ShowPreProductsButtonClick { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
|
Improve this Doc
View Source
Gets the ShowTransportRequirementButtonVisibillity
Declaration
public Visibility ShowTransportRequirementButtonVisibillit { get; }
Property Value
Type |
Description |
System.Windows.Visibility |
|
|
Improve this Doc
View Source
Gets the ShowTransportRequirementsButtonClick command
Declaration
public ICommand ShowTransportRequirementsButtonClick { get; }
Property Value
Type |
Description |
System.Windows.Input.ICommand |
|
|
Improve this Doc
View Source
Tenants
Gets or sets the available tenants
Declaration
public ObservableCollection<OrganizationTenant> Tenants { get; set; }
Property Value
Type |
Description |
System.Collections.ObjectModel.ObservableCollection<OrganizationTenant> |
|
|
Improve this Doc
View Source
TourNr
Declaration
public string TourNr { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TractorUnitId
Gets or sets the TractorUnitId
Declaration
public Guid? TractorUnitId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
TractorUnitRegistrationIdentifier
Gets or sets the TractorUnitRegistrationIdentifier for external vehicles
Declaration
public string TractorUnitRegistrationIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TractorUnitRegistrationIdentifierSuggestions
Gets the suggestions for the vehicle identifiers.
Declaration
public IList<string> TractorUnitRegistrationIdentifierSuggestions { get; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
|
Improve this Doc
View Source
TrailerId
Gets or sets the TrailerId
Declaration
public Guid? TrailerId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Guid> |
|
|
Improve this Doc
View Source
TrailerRegistrationIdentifier
Gets or sets the TrailerRegistrationIdentifier for external vehicles
Declaration
public string TrailerRegistrationIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Type
Declaration
public CleaningPreOrderType Type { get; set; }
Property Value
|
Improve this Doc
View Source
UpdateDateTime
Gets or sets the update date time
Declaration
public DateTime UpdateDateTime { get; }
Property Value
Type |
Description |
System.DateTime |
|
|
Improve this Doc
View Source
UpdateUserId
Gets or sets the update user id
Declaration
public int UpdateUserId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
UpdateUserName
Gets the last udpate user name
Declaration
public string UpdateUserName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Values
Gets the entries of the cleaning processs measurements
Declaration
public ObservableCollection<CleaningProcessValueViewModel> Values { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetAddonPrimaryKey()
Gets the PrimaryKey for the AddonViewModel
Declaration
public object GetAddonPrimaryKey()
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetKanbanDescription(CleaningPreOrder)
Gets the formated description for the kanban item
Declaration
public static string GetKanbanDescription(CleaningPreOrder order)
Parameters
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetOwnCustomerGuid()
Returns the own customer guid from the config
Declaration
public Guid GetOwnCustomerGuid()
Returns
Type |
Description |
System.Guid |
Contagt guid
|
|
Improve this Doc
View Source
SendCleaning()
Invokes the event to send an CleaningPreOrder
Declaration
public void SendCleaning()
Events
|
Improve this Doc
View Source
OnMessageLabelChanged
Declaration
public event CleaningPreOrderViewModel.MessageLabelChangedDelegate OnMessageLabelChanged
Event Type
Implements
ICustomAddonViewModel
IMultiTenantCompatibleViewModel