Search Results for

    Show / Hide Table of Contents

    Class FuelType

    represents a FuelType

    Inheritance
    System.Object
    CoreDataBaseType
    FuelType
    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 FuelType : CoreDataBaseType, ICoreData

    Constructors

    | Improve this Doc View Source

    FuelType()

    Initialize a new empty FuelType

    Declaration
    public FuelType()
    | Improve this Doc View Source

    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 Source

    Code

    Gets or sets the Code as string

    Declaration
    [Browsable(true)]
    public string Code { get; set; }
    Property Value
    Type Description
    System.String

    Implements

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