Class IT_Vehicle_CoreData_Department
Inheritance
System.Object
IT_Vehicle_CoreData_Department
Assembly: Simplic.PlugIn.Logistics.dll
Syntax
public class IT_Vehicle_CoreData_Department : Locking.ILockable
Constructors
|
Improve this Doc
View Source
IT_Vehicle_CoreData_Department()
Declaration
public IT_Vehicle_CoreData_Department()
Properties
|
Improve this Doc
View Source
Color
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Guid
Declaration
public Guid Guid { get; set; }
Property Value
Type |
Description |
System.Guid |
|
|
Improve this Doc
View Source
IsSelectable
Declaration
public bool IsSelectable { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OrderId
Declaration
public int OrderId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
|
Improve this Doc
View Source
GetPersistantKey()
Declaration
public Guid GetPersistantKey()
Returns
Type |
Description |
System.Guid |
|