Search Results for

    Show / Hide Table of Contents

    Class ShipmentItemType

    Inheritance
    System.Object
    ShipmentItemType
    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.PlugIn.Logistics.Disposition
    Assembly: Simplic.PlugIn.Logistics.dll
    Syntax
    public class ShipmentItemType

    Constructors

    | Improve this Doc View Source

    ShipmentItemType()

    Declaration
    public ShipmentItemType()

    Properties

    | Improve this Doc View Source

    DataTemplate

    Gets or set the current data template

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

    DefaultArticleId

    Gets or sets the default article id

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

    DefaultUnitId

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

    GLAGroupId

    Gets or sets the GLA Article id

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

    Id

    Gets or sets the itemtype Id

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

    IsDeleted

    Get or set wherther the the itemtype is deletet

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

    IsImmediatelyBillable

    Gets or sets whether the item must wait for reported or is billable without

    Declaration
    public bool IsImmediatelyBillable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | 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

    SetBillCarrierAutomatically

    Gets or sets whether to set the bill carrier flag automatically or not

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

    SortNumber

    Gets or sets the sort index

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

    TaxTypeId

    Gets or sets the current tax type id

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

    TextTemplate

    gets or sets the textTemplate

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

    TransactionItemBuilderName

    Gets or sets the name of the transaction item builder (unity service)

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

    UseContainer

    Gets or sets whether the container fields are visible

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

    ValueName

    Gets or sets the value name

    Declaration
    public string ValueName { 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