Search Results for

    Show / Hide Table of Contents

    Class ContactFlatAnalysisValue

    Represents a simple/flat analysis value

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

    Constructors

    | Improve this Doc View Source

    ContactFlatAnalysisValue()

    Create a new flat analysis value

    Declaration
    public ContactFlatAnalysisValue()

    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

    Id

    Gets or sets the ID of the analysis data

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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

    Period

    Gets or sets the period instance

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

    PeriodGuid

    Gets or sets the period

    Declaration
    public Guid PeriodGuid { get; set; }
    Property Value
    Type Description
    System.Guid
    | 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

    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