Search Results for

    Show / Hide Table of Contents

    Class TransportOrderBulkEditItemBase

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

    Properties

    | Improve this Doc View Source

    Execute

    Declaration
    public Action<ShipmentViewModel, object> Execute { get; }
    Property Value
    Type Description
    System.Action<ShipmentViewModel, System.Object>
    | Improve this Doc View Source

    FieldName

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

    IsChecked

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

    NewRibbonColumn

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

    Type

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

    Value

    Declaration
    public object Value { get; set; }
    Property Value
    Type Description
    System.Object

    Methods

    | Improve this Doc View Source

    CreateUI()

    Declaration
    public FrameworkElement CreateUI()
    Returns
    Type Description
    System.Windows.FrameworkElement
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx