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 SourceContactFlatAnalysisYearValue()
Create a new flat analysis value
Declaration
public ContactFlatAnalysisYearValue()
Properties
| Improve this Doc View SourceContactId
Gets or sets the contact id
Declaration
public long? ContactId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
DisplayText
Gets the chart display text
Declaration
public string DisplayText { get; }
Property Value
Type | Description |
---|---|
System.String |
FinancialYear
Gets or sets the financial instance
Declaration
public FinancialYear FinancialYear { get; set; }
Property Value
Type | Description |
---|---|
FinancialYear |
FinancialYearGuid
Gets or sets the period
Declaration
public Guid FinancialYearGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
FinancialYearNumber
Gets or sets the financial year number
Declaration
public short FinancialYearNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Indicator
Gets or sets the instance of the indicator
Declaration
public ContactFlatAnalysisIndicator Indicator { get; set; }
Property Value
Type | Description |
---|---|
ContactFlatAnalysisIndicator |
IndicatorGuid
Gets or sets the indicator guid
Declaration
public Guid IndicatorGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IndicatorName
Gets or sets the indicator name
Declaration
public string IndicatorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
PersonalAccountId
Gets or sets the personal account id
Declaration
public Guid? PersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
TenantId
Gets or sets the unique tenant id
Declaration
public Guid TenantId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
TenantName
Gets or sets the tenant name
Declaration
public string TenantName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnitName
Gets or sets the unit name
Declaration
public string UnitName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Value
Gets or sets the value for the indicator/contact/period
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |