Search Results for

    Show / Hide Table of Contents

    Class ConvertResult

    Inheritance
    System.Object
    ConvertResult
    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.ERP.Core
    Assembly: Simplic.ERP.Core.dll
    Syntax
    public class ConvertResult

    Properties

    | Improve this Doc View Source

    NotConvertedItems

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

    State

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

    Transaction

    Declaration
    public Transaction Transaction { get; set; }
    Property Value
    Type Description
    Transaction
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx