Class PreviewDash
Dashboard preview
Carrier object for PreviewDash. Services for the PreviewDash Carrier is available from the Dash Agent.Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
[DataContract(Namespace = "http://www.superoffice.net/ws/crm/NetServer/11.2.0.0")]
public class PreviewDash : Carrier
Constructors
PreviewDash()
Default constructor
Declaration
public PreviewDash()
See Also
Properties
DashboardId
Primary key
Declaration
[DataMember]
public virtual int DashboardId { get; set; }
Property Value
Type | Description |
---|---|
int |
See Also
Description
Detailed description
Declaration
[DataMember]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
Name
The name of this dashboard
Declaration
[DataMember]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
OwnedByFullName
Full name of dashboard owner
Declaration
[DataMember]
public virtual string OwnedByFullName { get; set; }
Property Value
Type | Description |
---|---|
string |
See Also
Registered
Registered when in UTC.
Declaration
[DataMember]
public virtual DateTime Registered { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
See Also
Tiles
Dashboard tiles
Declaration
[DataMember]
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. |