Skip to main content

Class Dash

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

Inheritance

objectCarrierDash

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 Dash 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new DashAgent(configuration);
var dash = agent.GetDash( 123 );

Constructors

Dash()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

Associate who owns this dashboard

Property Value

int

Columns

How many columns there will be in the dashboard.

Property Value

int

DashboardId

Primary key

Property Value

int

Description

Detailed description

Property Value

string

Name

The name of this dashboard

Property Value

string

PinForAll

True if pinned for all

Property Value

short

PinForAssociates

Array of references to the pinned associates

Property Value

int[]

PinForGroups

Array of references to the pinned groups

Property Value

int[]

Theme

The theme for this dashboard

Property Value

DashTheme

UniqueId

GUID identifying a default dashboard from SuperOffice

Property Value

string

VisibleForAll

True if visible for all

Property Value

short

VisibleForAssociates

Array of references to the visible for associates

Property Value

int[]

VisibleForGroups

Array of references to the visible for groups

Property Value

int[]

See Also

DashAgent