Search Results for

    Show / Hide Table of Contents

    Class DepartmentViewModel

    Viewmodel for the DepartmentEditor

    Inheritance
    System.Object
    DepartmentViewModel
    Implements
    ICoreDataViewModel
    Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class DepartmentViewModel : UI.MVC.ViewModelBase, ICoreDataViewModel

    Constructors

    | Improve this Doc View Source

    DepartmentViewModel(Department)

    Declaration
    public DepartmentViewModel(Department model)
    Parameters
    Type Name Description
    Department model

    Properties

    | Improve this Doc View Source

    Brush

    Gets the color as solid color brush

    Declaration
    public SolidColorBrush Brush { get; }
    Property Value
    Type Description
    System.Windows.Media.SolidColorBrush
    | Improve this Doc View Source

    Color

    Gets or sets the color of the department

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    System.Windows.Media.Color
    | Improve this Doc View Source

    IsSelectable

    Gets or sets the IsSelectable-Flag as bool

    Declaration
    public bool IsSelectable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Model

    Gets the department model

    Declaration
    public Department Model { get; }
    Property Value
    Type Description
    Department
    | Improve this Doc View Source

    Name

    Gets or sets the Name as string

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    OrderId

    Gets or sets the OrderId as int

    Declaration
    public int OrderId { get; set; }
    Property Value
    Type Description
    System.Int32

    Implements

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