Search Results for

    Show / Hide Table of Contents

    Class RegistrationPlate

    Core class which represents a registration plate containing all data

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

    Constructors

    | Improve this Doc View Source

    RegistrationPlate()

    Initialize a new equipment

    Declaration
    public RegistrationPlate()
    | Improve this Doc View Source

    RegistrationPlate(IT_Vehicle_RegistrationPlate)

    Initialize a new equipment using a holding the data to use

    Declaration
    public RegistrationPlate(IT_Vehicle_RegistrationPlate dbRegistrationPlate)
    Parameters
    Type Name Description
    IT_Vehicle_RegistrationPlate dbRegistrationPlate

    Fields

    | Improve this Doc View Source

    DefaultCountryGuid

    Declaration
    public static readonly Guid DefaultCountryGuid
    Field Value
    Type Description
    System.Guid

    Properties

    | Improve this Doc View Source

    CountryId

    Gets or sets the identifier of the country

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

    Id

    Gets or sets the unique identifier of the instance

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

    IsDeleted

    Gets or sets whether the registration plate is deleted

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

    IsGreen

    Gets or sets whether the registration plate is green

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

    IsSeasonal

    Gets or sets whether the registration plate is seasonal

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

    RegistrationIdentifier

    Gets or sets the human readable identifier (normally printed on the plate)

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

    Remark

    Gets or sets the remark

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