Class FinancialYearPeriod
Represents a period in a financial year
Inheritance
System.Object
FinancialYearPeriod
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.Framework.Core
Assembly: Simplic.Framework.Base.dll
Syntax
public class FinancialYearPeriod
Constructors
| Improve this Doc View SourceFinancialYearPeriod()
Initialize new period
Declaration
public FinancialYearPeriod()
Properties
| Improve this Doc View SourceBeginDate
Gets or sets the begin of the period
Declaration
public DateTime BeginDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
EndDate
Gets or sets the end of the period
Declaration
public DateTime EndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime |
FinancialYear
Gets or sets the financial year of the period
Declaration
public FinancialYear FinancialYear { get; set; }
Property Value
Type | Description |
---|---|
FinancialYear |
FinancialYearId
Gets or sets the financial year id of the period
Declaration
public Guid FinancialYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Id
Gets or sets the unique id of the period
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Number
Gets or sets the period number
Declaration
public int Number { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
PeriodType
Gets or sets the type of the period
Declaration
public FinancialYearPeriodType PeriodType { get; set; }
Property Value
Type | Description |
---|---|
FinancialYearPeriodType |
PeriodTypeId
Gets or sets the type if of the period
Declaration
public Guid PeriodTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Status
Gets or sets the status of the period
Declaration
public FinancialYearPeriodStatus Status { get; set; }
Property Value
Type | Description |
---|---|
FinancialYearPeriodStatus |
StatusId
Gets or sets the status id of the period
Declaration
public Guid StatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |