Class EmissionClass
Implements
Inherited Members
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 SourceEmissionClass()
Initialize new emtpy emission class
Declaration
public EmissionClass()
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 SourceIsTollEmissionClass
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 |