Class DashboardInfo

A class that contains a summary of the dashboard, used by client side components to render a preview of the dashboard. You can get an instance of this object by using GetInfoAsync(String).

Inheritance
System.Object
DashboardInfo
Namespace: Reveal.Sdk
Assembly: Infragistics.Reveal.SDK.Server.dll
Syntax
public class DashboardInfo : Object

Constructors

DashboardInfo(String, IDictionary<String, Object>)

Declaration
public DashboardInfo(string id, IDictionary<string, object> info)
Parameters
Type Name Description
System.String id
System.Collections.Generic.IDictionary<System.String, System.Object> info

Properties

DisplayName

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

Id

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

Info

Declaration
public IDictionary<string, object> Info { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Object>