Class TrafficTypeViewModel
Viewmodel for the TrafficTypeEditor
Inheritance
System.Object
TrafficTypeViewModel
Implements
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class TrafficTypeViewModel : UI.MVC.ViewModelBase, ICoreDataViewModel
Constructors
| Improve this Doc View SourceTrafficTypeViewModel(TrafficType)
Initialize new TrafficType view model
Declaration
public TrafficTypeViewModel(TrafficType model)
Parameters
Type | Name | Description |
---|---|---|
TrafficType | model | TrafficType instance |
Properties
| Improve this Doc View SourceIsSelectable
Gets or sets the IsSelectable-Flag as bool
Declaration
public bool IsSelectable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Model
Gets the current TrafficType model
Declaration
public TrafficType Model { get; }
Property Value
Type | Description |
---|---|
TrafficType |
Name
Gets or sets the Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |