Show / Hide Table of Contents

Class NSDashTile

Represents a tile in a dashboard configuration.

Syntax

Constructors

NSDashTile()

Initializes a new instance of the NSDashTile class.

Declaration
NSDashTile

Methods

GetDashboardId()

Gets the ID of the associated dashboard.

Declaration
Integer GetDashboardId()
Returns
Type Description
Integer

GetDashboardTileId()

Gets the primary key ID of the dashboard tile.

Declaration
Integer GetDashboardTileId()
Returns
Type Description
Integer

GetDashTileDefinition()

Gets the tile definition entity.

Declaration
NSDashTileDefinition GetDashTileDefinition()
Returns
Type Description
NSDashTileDefinition

GetHeight()

Gets the height of the tile in the dashboard.

Declaration
Integer GetHeight()
Returns
Type Description
Integer

GetRank()

Gets the rank order of the tile.

Declaration
Integer GetRank()
Returns
Type Description
Integer

GetWidth()

Gets the width of the tile in the dashboard.

Declaration
Integer GetWidth()
Returns
Type Description
Integer

SetDashboardId(Integer)

Sets the ID of the associated dashboard.

Declaration
Void SetDashboardId(Integer dashboardId)
Parameters
Type Name Description
Integer dashboardId
Returns
Type Description
Void

SetDashboardTileId(Integer)

Sets the primary key ID of the dashboard tile.

Declaration
Void SetDashboardTileId(Integer tileId)
Parameters
Type Name Description
Integer tileId
Returns
Type Description
Void

SetDashTileDefinition(NSDashTileDefinition)

Sets the tile definition entity.

Declaration
Void SetDashTileDefinition(NSDashTileDefinition definition)
Parameters
Type Name Description
NSDashTileDefinition definition
Returns
Type Description
Void

SetHeight(Integer)

Sets the height of the tile in the dashboard.

Declaration
Void SetHeight(Integer height)
Parameters
Type Name Description
Integer height
Returns
Type Description
Void

SetRank(Integer)

Sets the rank order of the tile.

Declaration
Void SetRank(Integer rank)
Parameters
Type Name Description
Integer rank
Returns
Type Description
Void

SetWidth(Integer)

Sets the width of the tile in the dashboard.

Declaration
Void SetWidth(Integer width)
Parameters
Type Name Description
Integer width
Returns
Type Description
Void
In This Article
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top