Search Results for

    Show / Hide Table of Contents

    Class DunningDocument

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

    Constructors

    | Improve this Doc View Source

    DunningDocument()

    Constructor

    Declaration
    public DunningDocument()

    Properties

    | Improve this Doc View Source

    BlobId

    Gets or sets the assigned document blob id

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

    CreateDate

    Gets or sets the create date

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

    CreateUser

    Gets or sets the create user

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

    DocumentId

    Gets or sets the document id

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

    Guid

    Gets or sets the unique id

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

    Number

    Gets or sets the document number

    Declaration
    public long Number { get; set; }
    Property Value
    Type Description
    System.Int64
    | Improve this Doc View Source

    Report

    Gets the report object

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

    ReportId

    Gets or sets the assigned report

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