Search Results for

    Show / Hide Table of Contents

    Class ShipmentItemTypeEditorViewModel

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

    Constructors

    | Improve this Doc View Source

    ShipmentItemTypeEditorViewModel(ShipmentItemType)

    Init viewmodel

    Declaration
    public ShipmentItemTypeEditorViewModel(ShipmentItemType type)
    Parameters
    Type Name Description
    ShipmentItemType type

    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

    DefaultUnitId

    Gets or sets the default unit id

    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

    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

    ValueName

    Gets or sets the value name

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

    Methods

    | Improve this Doc View Source

    Save()

    Saves the current shipment item type

    Declaration
    public bool Save()
    Returns
    Type Description
    System.Boolean

    Success

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