Class PreviewDash
Dashboard preview
Carrier object for PreviewDash. Services for the PreviewDash Carrier is available from the IDashAgent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class PreviewDash : Carrier
Constructors
PreviewDash()
Default constructor
Declaration
public PreviewDash()
See Also
Properties
DashboardId
Primary key
Declaration
public virtual int DashboardId { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
See Also
Description
Detailed description
Declaration
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Name
The name of this dashboard
Declaration
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
OwnedByFullName
Full name of dashboard owner
Declaration
public virtual string OwnedByFullName { get; set; }
Property Value
Type | Description |
---|---|
String |
See Also
Registered
Registered when in UTC.
Declaration
public virtual DateTime Registered { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
Tiles
Dashboard tiles
Declaration
public virtual PreviewDashTile[] Tiles { get; set; }
Property Value
Type | Description |
---|---|
PreviewDashTile[] |
See Also
Methods
ToString()
Returns the carrier contents as a formatted string.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String | The carrier contents. |
See Also
ToString(String)
Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.
Declaration
public string ToString(string prefix)
Parameters
Type | Name | Description |
---|---|---|
String | prefix | The line prefix (typically used for indenting) |
Returns
Type | Description |
---|---|
String | The carrier contents. |