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 SourceRegistrationPlate()
Initialize a new equipment
Declaration
public RegistrationPlate()
RegistrationPlate(IT_Vehicle_RegistrationPlate)
Initialize a new equipment using a
Declaration
public RegistrationPlate(IT_Vehicle_RegistrationPlate dbRegistrationPlate)
Parameters
Type | Name | Description |
---|---|---|
IT_Vehicle_RegistrationPlate | dbRegistrationPlate |
Fields
| Improve this Doc View SourceDefaultCountryGuid
Declaration
public static readonly Guid DefaultCountryGuid
Field Value
Type | Description |
---|---|
System.Guid |
Properties
| Improve this Doc View SourceCountryId
Gets or sets the identifier of the country
Declaration
public Guid CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the unique identifier of the instance
Declaration
public Guid Id { get; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets or sets whether the registration plate is deleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsGreen
Gets or sets whether the registration plate is green
Declaration
public bool IsGreen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSeasonal
Gets or sets whether the registration plate is seasonal
Declaration
public bool IsSeasonal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
Remark
Gets or sets the remark
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
System.String |