Search Results for

    Show / Hide Table of Contents

    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 Source

    PrimaryKeyColumn

    Gets Guid as primary key

    Declaration
    public override string PrimaryKeyColumn { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TableName

    Gets IT_Vehicle_Addon as table

    Declaration
    public override string TableName { get; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Save()

    Save the data

    Declaration
    public override void Save()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx