Search Results for

    Show / Hide Table of Contents

    Class Department

    Inheritance
    System.Object
    CoreDataBaseType
    Department
    Implements
    ICoreData
    Inherited Members
    CoreDataBaseType.Id
    CoreDataBaseType.Name
    CoreDataBaseType.IsSelectable
    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 Source

    Department()

    Initialize a new empty Department

    Declaration
    public Department()

    Properties

    | Improve this Doc View Source

    Color

    Gets or sets the Color of the department

    Declaration
    [Browsable(true)]
    public string Color { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OrderId

    Gets or sets the OrderId as int

    Declaration
    [Browsable(true)]
    public int OrderId { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

    ICoreData
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx