Search Results for

    Show / Hide Table of Contents

    Class Kpi

    Key Performance Indicators (KPIs) are the results of a kpi or condition.

    Inheritance
    System.Object
    Kpi
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class Kpi : Object

    Constructors

    Kpi()

    Declaration
    public Kpi()

    Properties

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Do not use, this will be removed

    DisplayValue

    Declaration
    public string DisplayValue { get; set; }
    Property Value
    Type Description
    System.String

    Do not use, this will be removed

    Id

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    System.String

    This is the id of KPI or condition as defined in the comp plan. Unpopulated

    IsBool

    Declaration
    public bool IsBool { get; set; }
    Property Value
    Type Description
    System.Boolean

    Unpopulated. If true, this value comes from a condition and Value should be interpreted as true or false.

    PeriodId

    Declaration
    public int PeriodId { get; set; }
    Property Value
    Type Description
    System.Int32

    Value

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    The value of KPI or condition.

    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX