Class AppointmentViewModel
Inheritance
System.Object
AppointmentViewModel
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class AppointmentViewModel : ViewModelBase
Constructors
| Improve this Doc View SourceAppointmentViewModel(Appointment)
Initializes a new AppointmentViewModel
Declaration
public AppointmentViewModel(Appointment appointment)
Parameters
Type | Name | Description |
---|---|---|
Appointment | appointment | Appointment holding the data |
AppointmentViewModel(Guid)
Initializes a new AppointmentViewModel
Declaration
public AppointmentViewModel(Guid vehicleId)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | vehicleId | Unique identifier of the vehicle this appointment is assigned to |
Properties
| Improve this Doc View SourceAppointment
Declaration
public Appointment Appointment { get; }
Property Value
Type | Description |
---|---|
Appointment |
AppointmentType
See AppointmentType
Declaration
public AppointmentType AppointmentType { get; set; }
Property Value
Type | Description |
---|---|
AppointmentType |
AppointmentTypeId
Declaration
public Guid AppointmentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
AppointmentTypeName
Declaration
public string AppointmentTypeName { get; }
Property Value
Type | Description |
---|---|
System.String |
CheckTypes
Gets all initialized CheckTypes
Declaration
public IList<AppointmentCheckTypeViewModel> CheckTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AppointmentCheckTypeViewModel> |
Id
See Id
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsNumericValue
Gets the Visibillity for Numeric Textboxes
Declaration
public Visibility IsNumericValue { get; }
Property Value
Type | Description |
---|---|
System.Windows.Visibility |
LastDate
See LastDate
Declaration
public DateTime? LastDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
LastValue
See LastValue
Declaration
public int? LastValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
NextDate
See NextDate
Declaration
public DateTime? NextDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
NextValue
See NextValue
Declaration
public int? NextValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Remark
See Remark
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedCheckType
Gets or sets the Selected CheckType
Declaration
public AppointmentCheckTypeViewModel SelectedCheckType { get; set; }
Property Value
Type | Description |
---|---|
AppointmentCheckTypeViewModel |
SupplierGuid
See SupplierGuid
Declaration
public Guid? SupplierGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
VehicleId
See VehicleId
Declaration
public Guid VehicleId { get; }
Property Value
Type | Description |
---|---|
System.Guid |