Class TransactionStandingOrder
Standing order extension for a transaction
Inheritance
System.Object
TransactionStandingOrder
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 TransactionStandingOrder
Constructors
| Improve this Doc View SourceTransactionStandingOrder()
Constructor
Declaration
public TransactionStandingOrder()
Properties
| Improve this Doc View SourceEndDate
Gets or sets the end date
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
Guid
Gets or sets the unique id
Declaration
public Guid Guid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsOpenEnd
Gets or sets the flag if this has no end date
Declaration
public bool IsOpenEnd { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ShouldExecute
Gets or sets the flag for execution
Declaration
public bool ShouldExecute { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
StandingOrderTypeId
Gets or sets the standing order type id
Declaration
public Guid StandingOrderTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
StartDate
Gets or sets the start date
Declaration
public DateTime StartDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |