Class NSPreviewDash

Represents a preview of a dashboard.

Constructors

NSPreviewDash()

Initializes a new instance of the NSPreviewDash class.

Declaration

NSPreviewDash

Methods

GetDashboardId()

Gets the primary key ID of the dashboard.

Declaration

Integer GetDashboardId()

Returns

Type Description
Primary key ID of the dashboard.

SetDashboardId(Integer)

Sets the primary key ID for the dashboard.

Declaration

Void SetDashboardId(Integer dashboardId)

Parameters

Type Name Description
dashboardId ID to set as the dashboard primary key.

Returns

Type Description
Void

GetDescription()

Gets the detailed description of the dashboard.

Declaration

String GetDescription()

Returns

Type Description
Description of the dashboard.

SetDescription(String)

Sets a detailed description for the dashboard.

Declaration

Void SetDescription(String description)

Parameters

Type Name Description
description Detailed description for the dashboard.

Returns

Type Description
Void

GetName()

Gets the name of the dashboard.

Declaration

String GetName()

Returns

Type Description
Name of the dashboard.

SetName(String)

Sets the name of the dashboard.

Declaration

Void SetName(String name)

Parameters

Type Name Description
name Name to assign to the dashboard.

Returns

Type Description
Void

GetOwnedByFullName()

Gets the full name of the dashboard owner.

Declaration

String GetOwnedByFullName()

Returns

Type Description
Full name of the dashboard owner.

SetOwnedByFullName(String)

Sets the full name of the dashboard owner.

Declaration

Void SetOwnedByFullName(String ownerFullName)

Parameters

Type Name Description
ownerFullName Full name of the dashboard owner.

Returns

Type Description
Void

GetRegistered()

Gets the registration date of the dashboard.

Declaration

DateTime GetRegistered()

Returns

Type Description
DateTime Date the dashboard was registered.

SetRegistered(DateTime)

Sets the registration date for the dashboard.

Declaration

Void SetRegistered(DateTime registeredDate)

Parameters

Type Name Description
DateTime registeredDate Date to set as registration for the dashboard.

Returns

Type Description
Void

GetTiles()

Gets the dashboard tiles.

Declaration

NSPreviewDashTile[] GetTiles()

Returns

Type Description
Array of tiles in the dashboard.

SetTiles(NSPreviewDashTile[])

Sets the dashboard tiles.

Declaration

Void SetTiles(NSPreviewDashTile[] tiles)

Parameters

Type Name Description
NSPreviewDashTile[] tiles Array of tiles to set in the dashboard.

Returns

Type Description
Void