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 SourceContactFlatAnalysisValue()
Create a new flat analysis value
Declaration
public ContactFlatAnalysisValue()
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> |
Id
Gets or sets the ID of the analysis data
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
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 |
Period
Gets or sets the period instance
Declaration
public FinancialYearPeriod Period { get; set; }
Property Value
Type | Description |
---|---|
FinancialYearPeriod |
PeriodGuid
Gets or sets the period
Declaration
public Guid PeriodGuid { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
PersonalAccountId
Gets or sets the personal account id
Declaration
public Guid? PersonalAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Guid> |
Value
Gets or sets the value for the indicator/contact/period
Declaration
public double Value { get; set; }
Property Value
Type | Description |
---|---|
System.Double |