Search Results for

    Show / Hide Table of Contents

    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 Source

    ContactFlatAnalysisIndicator()

    Initialize instance

    Declaration
    public ContactFlatAnalysisIndicator()

    Properties

    | Improve this Doc View Source

    DisplayInContactWindow

    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
    | Improve this Doc View Source

    Id

    Gets or sets the property Id as Guid

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

    IsDeleted

    Gets or sets whether the indicator is deleted

    Declaration
    public bool IsDeleted { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Key

    Gets the indicator key by its id

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

    Name

    Gets or sets the property Name as string

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

    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 Source

    OnRemove()

    Do nothing

    Declaration
    public void OnRemove()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx