Search Results for

    Show / Hide Table of Contents

    Class ShipmentStatus

    Shipment status model

    Inheritance
    System.Object
    ShipmentStatus
    ShipmentStatus
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.Logistics
    Assembly: Simplic.Logistics.dll
    Syntax
    public class ShipmentStatus

    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

    EnableStatusResolving

    Gets or sets whether the status should be resolved automatically

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

    Flag

    Gets or sets the status flag

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

    Guid

    Gets or sets the shipment status Id

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

    HexColor

    Gets or sets the shipment color

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

    IsBillable

    Gets or sets the billable flag

    Declaration
    public bool IsBillable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | 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
    | Improve this Doc View Source

    OrderNr

    Gets or sets the order number

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

    OverrideByTransactionConfiguration

    Gets or seth whether this status is prefered by the transaction configuration and cannot overwritten by the resolver

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

    RestrictionConfiguration

    Gets or sets the restriction configuration

    Declaration
    public byte[] RestrictionConfiguration { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    Restrictions

    Gets or sets all shipment status restrictions

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

    StatusResolver

    Gets or sets the name of the status resolved

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

    Methods

    | Improve this Doc View Source

    HasRestriction(ShipmentStatusRestriction)

    Checks whether a restriction exists

    Declaration
    public bool HasRestriction(ShipmentStatusRestriction restriction)
    Parameters
    Type Name Description
    ShipmentStatusRestriction restriction

    Restirction

    Returns
    Type Description
    System.Boolean

    True if the restriction exists

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