Class ContactFlatAnalysisIndicator
Represents a ContactFlatAnalysisIndicator
Inheritance
System.Object
ContactFlatAnalysisIndicator
Namespace: Simplic.PlugIn.SAC.Contact
Assembly: Simplic.PlugIn.SAC.dll
Syntax
public class ContactFlatAnalysisIndicator : ICacheable
Constructors
| Improve this Doc View SourceContactFlatAnalysisIndicator()
Initialize instance
Declaration
public ContactFlatAnalysisIndicator()
Properties
| Improve this Doc View SourceDisplayInContactWindow
Gets or sets whether to show this indicator in the contact window or not
Declaration
public bool DisplayInContactWindow { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Id
Gets or sets the property Id as Guid
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
IsDeleted
Gets or sets whether the indicator is deleted
Declaration
public bool IsDeleted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Key
Gets the indicator key by its id
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
Name
Gets or sets the property Name as string
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UnitName
Gets or sets the property UnitName as string
Declaration
public string UnitName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceOnRemove()
Do nothing
Declaration
public void OnRemove()