Search Results for

    Show / Hide Table of Contents

    Class TransactionCancellationOptions

    Inheritance
    System.Object
    TransactionCancellationOptions
    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 TransactionCancellationOptions

    Properties

    | Improve this Doc View Source

    DeliveryDate

    Gets or sets the delivery date for the canceled transaction

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

    FinancialYearPeriodId

    Gets or sets the financial year period id

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

    FinancialYearPeriodWaWiId

    gets or sets the financial year merchandise management period id

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

    OverwriteData

    Gets or sets whether the transactionData should be overwritten

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

    TransactionDate

    Gets or sets the transaction date for the canceled transaction

    Declaration
    public DateTime? TransactionDate { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx