Class FuelType
represents a FuelType
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 FuelType : CoreDataBaseType, ICoreData
Constructors
| Improve this Doc View SourceFuelType()
Initialize a new empty FuelType
Declaration
public FuelType()
FuelType(IT_Vehicle_CoreData_FuelType)
Initialize a new FuelType with the given dbmodel
Declaration
public FuelType(IT_Vehicle_CoreData_FuelType model)
Parameters
Type | Name | Description |
---|---|---|
IT_Vehicle_CoreData_FuelType | model | the given dbmodel |
Properties
| Improve this Doc View SourceCode
Gets or sets the Code as string
Declaration
[Browsable(true)]
public string Code { get; set; }
Property Value
Type | Description |
---|---|
System.String |