PRIMAVERA | Developers

    Show / Hide Table of Contents

    Class StdBSDashboardsManager

    Inheritance
    System.Object
    StdBSBaseService
    StdBSDashboardsManager
    Implements
    System.IDisposable
    Inherited Members
    StdBSBaseService.m_objBSO
    StdBSBaseService.BSO
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: StdPlatBS100
    Assembly: StdPlatBS100.dll
    Syntax
    public class StdBSDashboardsManager : StdBSBaseService, IDisposable

    Constructors

    StdBSDashboardsManager()

    Class constructor

    Declaration
    public StdBSDashboardsManager()

    Properties

    EngineWithError

    If engine has not started correctly

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

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    GetDashboardsByItem(String)

    Get dashboard ID list by item name/key

    Declaration
    public IList<Dashboard> GetDashboardsByItem(string itemName)
    Parameters
    Type Name Description
    System.String itemName
    Returns
    Type Description
    System.Collections.Generic.IList<Primavera.Dashboards.Entities.Dashboard>

    List of dashboard IDs

    InitializeDashboardEngine()

    Declaration
    public void InitializeDashboardEngine()

    ShowDashboardList()

    Shows the dashboard list screen

    Declaration
    public void ShowDashboardList()

    ShowDashboardViewer(String, String)

    Shows the dashboard viewer with all dashboards

    Declaration
    public void ShowDashboardViewer(string tabName, string dashboardName = "")
    Parameters
    Type Name Description
    System.String tabName

    Key of the tab/menu item

    System.String dashboardName

    Name of the dashboard

    Implements

    System.IDisposable