Search Results for

    Show / Hide Table of Contents

    Class ContactFlatAnalysisYearValue

    Represents a simple/flat analysis value grouped by year

    Inheritance
    System.Object
    ContactFlatAnalysisYearValue
    Namespace: Simplic.PlugIn.SAC.Contact
    Assembly: Simplic.PlugIn.SAC.dll
    Syntax
    public class ContactFlatAnalysisYearValue : IContactAssignable

    Constructors

    | Improve this Doc View Source

    ContactFlatAnalysisYearValue()

    Create a new flat analysis value

    Declaration
    public ContactFlatAnalysisYearValue()

    Properties

    | Improve this Doc View Source

    ContactId

    Gets or sets the contact id

    Declaration
    public long? ContactId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    DisplayText

    Gets the chart display text

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

    FinancialYear

    Gets or sets the financial instance

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

    FinancialYearGuid

    Gets or sets the period

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

    FinancialYearNumber

    Gets or sets the financial year number

    Declaration
    public short FinancialYearNumber { get; set; }
    Property Value
    Type Description
    System.Int16
    | Improve this Doc View Source

    Indicator

    Gets or sets the instance of the indicator

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

    IndicatorGuid

    Gets or sets the indicator guid

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

    IndicatorName

    Gets or sets the indicator name

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

    PersonalAccountId

    Gets or sets the personal account id

    Declaration
    public Guid? PersonalAccountId { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Guid>
    | Improve this Doc View Source

    TenantId

    Gets or sets the unique tenant id

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

    TenantName

    Gets or sets the tenant name

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

    UnitName

    Gets or sets the unit name

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

    Value

    Gets or sets the value for the indicator/contact/period

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx