Class TruckDepartmentViewModel
Inheritance
System.Object
TruckDepartmentViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TruckDepartmentViewModel : ViewModelBase
Constructors
|
Improve this Doc
View Source
TruckDepartmentViewModel()
Declaration
public TruckDepartmentViewModel()
Properties
|
Improve this Doc
View Source
Brush
Declaration
public Brush Brush { get; set; }
Property Value
Type |
Description |
System.Windows.Media.Brush |
|
|
Improve this Doc
View Source
Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DescriptionTextDepartment
Gets the current department description text
Declaration
public string DescriptionTextDepartment { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public Guid Id { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
NameTruckCount
Declaration
public string NameTruckCount { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
SelectedTruck
Declaration
public TruckSchedulingTruck SelectedTruck { get; set; }
Property Value
|
Improve this Doc
View Source
Trucks
Declaration
public ObservableCollection<TruckSchedulingTruck> Trucks { get; }
Property Value
|
Improve this Doc
View Source
TrucksView
Declaration
public CollectionViewSource TrucksView { get; }
Property Value
Type |
Description |
System.Windows.Data.CollectionViewSource |
|
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public TruckDepartmentViewModel DeepCopy()
Returns