Search Results for

    Show / Hide Table of Contents

    Class EmissionClass

    Inheritance
    System.Object
    CoreDataBaseType
    EmissionClass
    Implements
    ICoreData
    Inherited Members
    CoreDataBaseType.Id
    CoreDataBaseType.Name
    CoreDataBaseType.IsSelectable
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.PlugIn.Logistics
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class EmissionClass : CoreDataBaseType, ICoreData

    Constructors

    | Improve this Doc View Source

    EmissionClass()

    Initialize new emtpy emission class

    Declaration
    public EmissionClass()
    | Improve this Doc View Source

    EmissionClass(IT_Vehicle_CoreData_EmissionClass)

    Initialize a new EmissionClass with the given dbmodel

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

    The given dbmodel

    Properties

    | Improve this Doc View Source

    IsTollEmissionClass

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

    Declaration
    [Browsable(true)]
    public bool IsTollEmissionClass { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

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