Class AppointmentCheckTypeViewModel
Inheritance
System.Object
AppointmentCheckTypeViewModel
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.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class AppointmentCheckTypeViewModel
Properties
| Improve this Doc View SourceHasNumericValue
gets or sets a hasNumericValue of the CheckType
Declaration
public bool HasNumericValue { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
gets or sets the name of the CheckType
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Gets or sets the Type of the CheckType
Declaration
public int Type { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |