Class VehicleWindowAddonViewModel
Represents the addon view model for a vehicle
Inheritance
System.Object
VehicleWindowAddonViewModel
Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class VehicleWindowAddonViewModel : AddonViewModel
Properties
| Improve this Doc View SourcePrimaryKeyColumn
Gets Guid as primary key
Declaration
public override string PrimaryKeyColumn { get; }
Property Value
Type | Description |
---|---|
System.String |
TableName
Gets IT_Vehicle_Addon as table
Declaration
public override string TableName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceSave()
Save the data
Declaration
public override void Save()