Skip to main content

Class DashboardTile

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

Inheritance

objectCarrierDashboardTile

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 DashboardTile 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new DashboardAgent(configuration);
var dashboardTile = agent.GetDashboardTile( 123 );

Constructors

DashboardTile()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

Id of the associate who owns this tile

Property Value

int

Caption

The tile caption

Property Value

string

ChartId

The original chart Id

Property Value

string

ChartName

The original chart name

Property Value

string

Config

The tile config

Property Value

string

DashboardTileId

The tile id

Property Value

int

Description

The tile description

Property Value

string

EntityType

The tile entity type NULL if unknown enum value.

Property Value

DashboardTileEntityType?

See Also

DashboardTile.EntityType_String

EntityType_String

The tile entity type Raw string enum value.

Property Value

string

See Also

DashboardTile.EntityType

GroupId

Id of the associates primary group at storage time

Property Value

int

IsDefault

True if this is one of the default tiles

Property Value

bool

Options

The tile options

Property Value

DashboardTileOption[]

SelectionId

The selection that defines the data filter/restrictions

Property Value

int

Type

The tile type, what kind of tile this is NULL if unknown enum value.

Property Value

DashboardTileType?

See Also

DashboardTile.Type_String

Type_String

The tile type, what kind of tile this is Raw string enum value.

Property Value

string

See Also

DashboardTile.Type

VisibleFor

The set of users or groups the record is visible for

Property Value

VisibleFor[]

See Also

DashboardAgent