Search Results for

    Show / Hide Table of Contents

    Interface IEquipmentItemViewModel

    Namespace: Simplic.PlugIn.Logistics.UI.ViewModel
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public interface IEquipmentItemViewModel

    Properties

    | Improve this Doc View Source

    Count

    See Count

    Declaration
    int Count { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    EquipmentItem

    See EquipmentItem

    Declaration
    EquipmentItem EquipmentItem { get; }
    Property Value
    Type Description
    EquipmentItem
    | Improve this Doc View Source

    EquipmentType

    See Simplic.PlugIn.Logistics.EquipmentItem.EquipmentType

    Declaration
    EquipmentType EquipmentType { get; }
    Property Value
    Type Description
    EquipmentType
    | Improve this Doc View Source

    EquipmentTypeId

    See EquipmentTypeId

    Declaration
    Guid EquipmentTypeId { get; }
    Property Value
    Type Description
    System.Guid
    | Improve this Doc View Source

    EquipmentTypeName

    See EquipmentTypeName

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

    Identifier

    See Identifier

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

    IdentifierName

    See IdentifierName

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

    IsDirty

    See

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

    Remark

    See Remark

    Declaration
    string Remark { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx