Skip to main content

Class Dashboard

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for Dashboard. Dashboard configuration

Inheritance

objectCarrierDashboard

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Examples

Get Dashboard 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new DashboardAgent(configuration);
var dashboard = agent.GetDashboard( 123 );

Constructors

Dashboard()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

Id of the associate who owns this dashboard

Property Value

int

Caption

The caption for this dashboard

Property Value

string

DashboardId

The dashboard id

Property Value

int

Layout

The dashboard layout, how the tiles are organized on the screen NULL if unknown enum value.

Property Value

DashboardLayout?

See Also

Dashboard.Layout_String

Layout_String

The dashboard layout, how the tiles are organized on the screen Raw string enum value.

Property Value

string

See Also

Dashboard.Layout

Tiles

The tiles associated with this dashboard

Property Value

DashboardTile[]

See Also

DashboardAgent