Search Results for

    Show / Hide Table of Contents

    Class CleaningOrderStatusViewModel

    CleaningOrderStatus viewmodel

    Inheritance
    System.Object
    CleaningOrderStatusViewModel
    Implements
    IWindowViewModel<CleaningOrderStatus>
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class CleaningOrderStatusViewModel : ExtendableViewModel

    Properties

    | Improve this Doc View Source

    Guid

    Gets or sets the unique id

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

    IsBilled

    Gets or sets the billed flag

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

    IsCancelation

    Gets or sets the cacelation flag

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

    IsSuccess

    Gets or sets the succes flag

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

    Model

    Gets or sets the models

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

    Name

    Gets or sets the name

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

    Number

    Gets or sets the number

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

    StatusColor

    Gets or sets the assigned color

    Declaration
    public string StatusColor { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Initialize(CleaningOrderStatus)

    Declaration
    public void Initialize(CleaningOrderStatus model)
    Parameters
    Type Name Description
    CleaningOrderStatus model

    Implements

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