Class NSDash
Carrier object for NSDash.
Syntax
Constructors
NSDash()
Initializes a new instance of the NSDash class.
Declaration
Methods
GetAssociateId()
Associate who owns this dashboard.
Declaration
Returns
GetColumns()
How many columns there are in the dashboard.
Declaration
Returns
GetDashboardId()
Primary key of dashboard.
Declaration
Returns
GetDescription()
Detailed description of the dashboard.
Declaration
Returns
GetName()
Declaration
Returns
GetPinForAll()
Returns 1 if pinned for all.
Declaration
Returns
GetPinForAssociates()
Returns array of references to the pinned associates.
Declaration
Integer[] GetPinForAssociates()
Returns
| Type |
Description |
| Integer[] |
|
GetPinForGroups()
Returns array of references to the pinned groups.
Declaration
Integer[] GetPinForGroups()
Returns
| Type |
Description |
| Integer[] |
|
GetTheme()
Returns the theme for this dashboard.
Declaration
Returns
GetUniqueId()
Returns GUID identifying a default dashboard from SuperOffice.
Declaration
Returns
GetVisibleForAll()
Returns 1 if visible for all.
Declaration
Integer GetVisibleForAll()
Returns
GetVisibleForAssociates()
Returns array of references to the visible for associates.
Declaration
Integer[] GetVisibleForAssociates()
Returns
| Type |
Description |
| Integer[] |
|
GetVisibleForGroups()
Returns array of references to the visible for groups.
Declaration
Integer[] GetVisibleForGroups()
Returns
| Type |
Description |
| Integer[] |
|
SetAssociateId(Integer)
Associate who owns this dashboard.
Declaration
Void SetAssociateId(Integer associateId)
Parameters
| Type |
Name |
Description |
| Integer |
associateId |
|
Returns
SetColumns(Integer)
How many columns there are in the dashboard.
Declaration
Void SetColumns(Integer cols)
Parameters
Returns
SetDashboardId(Integer)
Primary key of dashboard.
Declaration
Void SetDashboardId(Integer dashId)
Parameters
| Type |
Name |
Description |
| Integer |
dashId |
|
Returns
SetDescription(String)
Detailed description of the dashboard.
Declaration
Void SetDescription(String desc)
Parameters
| Type |
Name |
Description |
| String |
desc |
|
Returns
SetName(String)
Declaration
Void SetName(String name)
Parameters
| Type |
Name |
Description |
| String |
name |
|
Returns
SetPinForAll(Integer)
Set to 1 if pinned for all.
Declaration
Void SetPinForAll(Integer pinned)
Parameters
| Type |
Name |
Description |
| Integer |
pinned |
|
Returns
SetPinForAssociates(Integer[])
Set an array of references to pinned associates.
Declaration
Void SetPinForAssociates(Integer[] assocList)
Parameters
| Type |
Name |
Description |
| Integer[] |
assocList |
|
Returns
SetPinForGroups(Integer[])
Set an array of references to pinned groups.
Declaration
Void SetPinForGroups(Integer[] groups)
Parameters
| Type |
Name |
Description |
| Integer[] |
groups |
|
Returns
SetTheme(NSDashTheme)
Sets the theme for this dashboard.
Declaration
Void SetTheme(NSDashTheme theme)
Parameters
Returns
SetUniqueId(String)
Sets GUID identifying a default dashboard from SuperOffice.
Declaration
Void SetUniqueId(String guid)
Parameters
| Type |
Name |
Description |
| String |
guid |
|
Returns
SetVisibleForAll(Integer)
Set to 1 if visible for all.
Declaration
Void SetVisibleForAll(Integer visible)
Parameters
| Type |
Name |
Description |
| Integer |
visible |
|
Returns
SetVisibleForAssociates(Integer[])
Set an array of references to visible for associates.
Declaration
Void SetVisibleForAssociates(Integer[] assocList)
Parameters
| Type |
Name |
Description |
| Integer[] |
assocList |
|
Returns
SetVisibleForGroups(Integer[])
Set an array of references to visible for groups.
Declaration
Void SetVisibleForGroups(Integer[] groups)
Parameters
| Type |
Name |
Description |
| Integer[] |
groups |
|
Returns