Class Department
Implements
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 Department : CoreDataBaseType, ICoreData
Constructors
| Improve this Doc View SourceDepartment()
Initialize a new empty Department
Declaration
public Department()
Properties
| Improve this Doc View SourceColor
Gets or sets the Color of the department
Declaration
[Browsable(true)]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OrderId
Gets or sets the OrderId as int
Declaration
[Browsable(true)]
public int OrderId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |