Search Results for

    Show / Hide Table of Contents

    Class FinancialYear

    Represents a financial year

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

    Constructors

    | Improve this Doc View Source

    FinancialYear()

    Initialize new financial year

    Declaration
    public FinancialYear()

    Properties

    | Improve this Doc View Source

    AmountOfPeriods

    Gets or sets the amount of periods

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

    BeginDate

    Gets or sets the begin date of the financial year

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

    EndDate

    Gets or sets the enddate of the financial year

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

    ExternalId

    Gets or sets the external id of the fiscal year

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

    Id

    Gets or sets the unique id of the financial year

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

    Periods

    Gets all assigned periods

    Declaration
    public ICollection<FinancialYearPeriod> Periods { get; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<FinancialYearPeriod>
    | Improve this Doc View Source

    TenantId

    Gets or sets the tenant-id of the financial year

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

    Year

    Gets or sets the financial year

    Declaration
    public ushort Year { get; set; }
    Property Value
    Type Description
    System.UInt16

    Methods

    | Improve this Doc View Source

    LoadPeriods()

    Loads and returns all assigned periods

    Declaration
    public ICollection<FinancialYearPeriod> LoadPeriods()
    Returns
    Type Description
    System.Collections.Generic.ICollection<FinancialYearPeriod>

    Returns all periods for the given financial year

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx