Search Results for

    Show / Hide Table of Contents

    Class EmissionClassViewModel

    Viewmodel for the EmissionClassEditor

    Inheritance
    System.Object
    EmissionClassViewModel
    Implements
    ICoreDataViewModel
    Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class EmissionClassViewModel : UI.MVC.ViewModelBase, ICoreDataViewModel

    Constructors

    | Improve this Doc View Source

    EmissionClassViewModel(EmissionClass)

    Initialize new emission class view model

    Declaration
    public EmissionClassViewModel(EmissionClass model)
    Parameters
    Type Name Description
    EmissionClass model

    Emission class instance

    Properties

    | Improve this Doc View Source

    IsSelectable

    Gets or sets the IsSelectable-Flag as bool

    Declaration
    public bool IsSelectable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsTollEmissionClass

    Gets or sets true or false whether the emissionclass is a toll emissionclass or not

    Declaration
    public bool IsTollEmissionClass { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Model

    Gets the current emission class model

    Declaration
    public EmissionClass Model { get; }
    Property Value
    Type Description
    EmissionClass
    | Improve this Doc View Source

    Name

    Gets or sets the Name as string

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    ICoreDataViewModel
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx