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 SourceDunningDocument()
Constructor
Declaration
public DunningDocument()
Properties
| Improve this Doc View SourceBlobId
Gets or sets the assigned document blob id
Declaration
public Guid BlobId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
CreateDate
Gets or sets the create date
Declaration
public DateTime CreateDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
CreateUser
Gets or sets the create user
Declaration
public string CreateUser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DocumentId
Gets or sets the document id
Declaration
public Guid? DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Number
Gets or sets the document number
Declaration
public long Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Report
Gets the report object
Declaration
public IReport Report { get; }
Property Value
Type | Description |
---|---|
IReport |
ReportId
Gets or sets the assigned report
Declaration
public Guid ReportId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |