Skip to main content

Class DashTile

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

Inheritance

objectCarrierDashTile

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

Constructors

DashTile()

Default constructor - defaults any enum props to 0.

Properties

DashTileDefinition

The tile definition entity

Property Value

DashTileDefinition

DashboardId

The associated dashboard

Property Value

int

DashboardTileId

Primary key

Property Value

int

Height

Height used by this tile in the dashboard

Property Value

int

Rank

Rank order

Property Value

short

Width

Width used by this tile in the dashboard

Property Value

int

See Also

DashAgent