Class IT_Vehicle_RegistrationPlate
Inheritance
System.Object
IT_Vehicle_RegistrationPlate
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class IT_Vehicle_RegistrationPlate : Locking.ILockable
Constructors
|
Improve this Doc
View Source
IT_Vehicle_RegistrationPlate()
Declaration
public IT_Vehicle_RegistrationPlate()
Properties
|
Improve this Doc
View Source
CountryGuid
Declaration
public Guid CountryGuid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IsDeleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsGreen
Declaration
public bool IsGreen { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IsSeasonal
Declaration
public bool IsSeasonal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
RegistrationIdentifier
Declaration
public string RegistrationIdentifier { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string Remark { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|