Search Results for

    Show / Hide Table of Contents

    Class ShipmentStatusViewModel

    Inheritance
    System.Object
    ShipmentStatusViewModel
    Namespace: Simplic.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ShipmentStatusViewModel : ExtendableViewModel

    Constructors

    | Improve this Doc View Source

    ShipmentStatusViewModel(ShipmentStatus)

    Constructor

    Declaration
    public ShipmentStatusViewModel(ShipmentStatus model)
    Parameters
    Type Name Description
    ShipmentStatus model

    Properties

    | Improve this Doc View Source

    DisableEdit

    Gets or sets whether the shipment status disables editing the shipment

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

    Id

    Gets or sets the shipment status Id

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

    IsDefault

    gets or sets wheter the shipment staus is the default status

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

    Name

    Gets or sets the shipment status name

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

    Number

    Gets oor sets the status number

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

    Methods

    | Improve this Doc View Source

    Save()

    Write changes to the database

    Declaration
    public void Save()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx