Search Results for

    Show / Hide Table of Contents

    Class EquipmentTypeViewModel

    Viewmodel for the EquipmentTypeEditor

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

    Constructors

    | Improve this Doc View Source

    EquipmentTypeViewModel(EquipmentType)

    Initialize new equipment type view model

    Declaration
    public EquipmentTypeViewModel(EquipmentType model)
    Parameters
    Type Name Description
    EquipmentType model

    Equipment type instance

    Properties

    | Improve this Doc View Source

    EquipmentTypeProperties

    Declaration
    public IList<EquipmentTypeProperty> EquipmentTypeProperties { get; }
    Property Value
    Type Description
    System.Collections.Generic.IList<EquipmentTypeProperty>
    | Improve this Doc View Source

    IdentifierName

    Declaration
    public string IdentifierName { get; set; }
    Property Value
    Type Description
    System.String
    | 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 current equipment type model

    Declaration
    public EquipmentType Model { get; }
    Property Value
    Type Description
    EquipmentType
    | 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

    Implements

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