Search Results for

    Show / Hide Table of Contents

    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 Source

    FinancialYearPeriod()

    Initialize new period

    Declaration
    public FinancialYearPeriod()

    Properties

    | Improve this Doc View Source

    BeginDate

    Gets or sets the begin of the period

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

    EndDate

    Gets or sets the end of the period

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

    FinancialYear

    Gets or sets the financial year of the period

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

    FinancialYearId

    Gets or sets the financial year id of the period

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

    Id

    Gets or sets the unique id of the period

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

    Number

    Gets or sets the period number

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

    PeriodType

    Gets or sets the type of the period

    Declaration
    public FinancialYearPeriodType PeriodType { get; set; }
    Property Value
    Type Description
    FinancialYearPeriodType
    | Improve this Doc View Source

    PeriodTypeId

    Gets or sets the type if of the period

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

    Status

    Gets or sets the status of the period

    Declaration
    public FinancialYearPeriodStatus Status { get; set; }
    Property Value
    Type Description
    FinancialYearPeriodStatus
    | Improve this Doc View Source

    StatusId

    Gets or sets the status id of the period

    Declaration
    public Guid StatusId { 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