Class NSDashTile
Represents a tile in a dashboard configuration.
Syntax
Constructors
NSDashTile()
Initializes a new instance of the NSDashTile class.
Declaration
Methods
GetDashboardId()
Gets the ID of the associated dashboard.
Declaration
Returns
GetDashboardTileId()
Gets the primary key ID of the dashboard tile.
Declaration
Integer GetDashboardTileId()
Returns
GetDashTileDefinition()
Gets the tile definition entity.
Declaration
NSDashTileDefinition GetDashTileDefinition()
Returns
GetHeight()
Gets the height of the tile in the dashboard.
Declaration
Returns
GetRank()
Gets the rank order of the tile.
Declaration
Returns
GetWidth()
Gets the width of the tile in the dashboard.
Declaration
Returns
SetDashboardId(Integer)
Sets the ID of the associated dashboard.
Declaration
Void SetDashboardId(Integer dashboardId)
Parameters
Type |
Name |
Description |
Integer |
dashboardId |
|
Returns
SetDashboardTileId(Integer)
Sets the primary key ID of the dashboard tile.
Declaration
Void SetDashboardTileId(Integer tileId)
Parameters
Type |
Name |
Description |
Integer |
tileId |
|
Returns
SetDashTileDefinition(NSDashTileDefinition)
Sets the tile definition entity.
Declaration
Void SetDashTileDefinition(NSDashTileDefinition definition)
Parameters
Returns
SetHeight(Integer)
Sets the height of the tile in the dashboard.
Declaration
Void SetHeight(Integer height)
Parameters
Type |
Name |
Description |
Integer |
height |
|
Returns
SetRank(Integer)
Sets the rank order of the tile.
Declaration
Void SetRank(Integer rank)
Parameters
Returns
SetWidth(Integer)
Sets the width of the tile in the dashboard.
Declaration
Void SetWidth(Integer width)
Parameters
Type |
Name |
Description |
Integer |
width |
|
Returns