Search Results for

    Show / Hide Table of Contents

    Class TransportOrderAddonViewModel

    Class to make TransportOrders addonable

    Inheritance
    System.Object
    TransportOrderAddonViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition.UI
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class TransportOrderAddonViewModel : AddonViewModel

    Properties

    | Improve this Doc View Source

    PrimaryKeyColumn

    PrimaryKey column of IT_TransportOrder_Addon

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

    TableName

    Name for the Table where the Addondata will be saved

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

    Methods

    | Improve this Doc View Source

    Save()

    Saves the Addondata for TransportOrders

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