Class NSDashTile
Represents a tile in a dashboard configuration.
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 |