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 SourceVehicleRegistrationPlate()
Initialize a new equipment
Declaration
public VehicleRegistrationPlate()
VehicleRegistrationPlate(IT_Vehicle_Vehicle_RegistrationPlate)
Initialize a new equipment using a
Declaration
public VehicleRegistrationPlate(IT_Vehicle_Vehicle_RegistrationPlate dbVehicleRegistrationPlate)
Parameters
Type | Name | Description |
---|---|---|
IT_Vehicle_Vehicle_RegistrationPlate | dbVehicleRegistrationPlate |
Properties
| Improve this Doc View SourceCountryId
See CountryId
Declaration
public Guid CountryId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsGreen
See IsGreen
Declaration
public bool IsGreen { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSeasonal
See IsSeasonal
Declaration
public bool IsSeasonal { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RegistrationIdentifier
Declaration
public string RegistrationIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RegistrationPlateId
See Id
Declaration
public Guid RegistrationPlateId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Remark
See Remark
Declaration
public string Remark { get; set; }
Property Value
Type | Description |
---|---|
System.String |
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 |
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> |
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 |