Search Results for

    Show / Hide Table of Contents

    Class VehicleRegistrationPlate

    Core class which represents a registration plate containg all data

    Inheritance
    System.Object
    VehicleRegistrationPlate
    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 VehicleRegistrationPlate

    Constructors

    | Improve this Doc View Source

    VehicleRegistrationPlate()

    Initialize a new equipment

    Declaration
    public VehicleRegistrationPlate()
    | Improve this Doc View Source

    VehicleRegistrationPlate(IT_Vehicle_Vehicle_RegistrationPlate)

    Initialize a new equipment using a holding the data to use

    Declaration
    public VehicleRegistrationPlate(IT_Vehicle_Vehicle_RegistrationPlate dbVehicleRegistrationPlate)
    Parameters
    Type Name Description
    IT_Vehicle_Vehicle_RegistrationPlate dbVehicleRegistrationPlate

    Properties

    | Improve this Doc View Source

    CountryId

    See CountryId

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

    IsGreen

    See IsGreen

    Declaration
    public bool IsGreen { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    IsSeasonal

    See IsSeasonal

    Declaration
    public bool IsSeasonal { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    RegistrationIdentifier

    See RegistrationIdentifier

    Declaration
    public string RegistrationIdentifier { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    RegistrationPlateId

    See Id

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

    Remark

    See Remark

    Declaration
    public string Remark { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ValidFrom

    Gets or sets the date the registration plate was assigned to the vehicle

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

    ValidUntil

    Gets or sets the date the registration plate was unassigned from the vehicle

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

    VehicleId

    Gets or sets the id of the vehicle the registration plate is assigned to

    Declaration
    public Guid VehicleId { get; set; }
    Property Value
    Type Description
    System.Guid
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx