Search Results for

    Show / Hide Table of Contents

    Class IT_Vehicle_Vehicle_RegistrationPlate

    assignment information of registration plates

    Inheritance
    System.Object
    IT_Vehicle_Vehicle_RegistrationPlate
    Namespace: Simplic.PlugIn.Logistics.EF
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class IT_Vehicle_Vehicle_RegistrationPlate : Locking.ILockable

    Constructors

    | Improve this Doc View Source

    IT_Vehicle_Vehicle_RegistrationPlate()

    Declaration
    public IT_Vehicle_Vehicle_RegistrationPlate()

    Properties

    | Improve this Doc View Source

    RegistrationPlate

    Declaration
    public virtual IT_Vehicle_RegistrationPlate RegistrationPlate { get; set; }
    Property Value
    Type Description
    IT_Vehicle_RegistrationPlate
    | Improve this Doc View Source

    RegistrationPlateGuid

    Declaration
    public Guid RegistrationPlateGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    ValidFrom

    Declaration
    public DateTime ValidFrom { get; set; }
    Property Value
    Type Description
    System.DateTime
    | Improve this Doc View Source

    ValidUntil

    Declaration
    public DateTime? ValidUntil { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    | Improve this Doc View Source

    Vehicle

    Declaration
    public virtual IT_Vehicle Vehicle { get; set; }
    Property Value
    Type Description
    IT_Vehicle
    | Improve this Doc View Source

    VehicleGuid

    Declaration
    public Guid VehicleGuid { get; set; }
    Property Value
    Type Description
    System.Guid

    Methods

    | Improve this Doc View Source

    GetPersistantKey()

    Declaration
    public Guid GetPersistantKey()
    Returns
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx