Class WidgetData
Represents the data for a widget.
Inherited Members
Namespace: DataWeb.Dashboard
Assembly: DataWeb.Core.dll
Syntax
public class WidgetData
Properties
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the widget name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
RawSettings
Gets or sets the raw widget settings.
Declaration
public string RawSettings { get; set; }
Property Value
Type | Description |
---|---|
string |
Settings
Gets or sets the widget settings.
Declaration
public WidgetData.WidgetSettings Settings { get; set; }
Property Value
Type | Description |
---|---|
WidgetData.WidgetSettings |
Title
Gets or sets the widget title.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Gets or sets the widget type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
VisibleRoles
Gets or sets the list of visible roles.
Declaration
public List<string> VisibleRoles { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
WidgetClass
Gets or sets the widget class.
Declaration
public string WidgetClass { get; set; }
Property Value
Type | Description |
---|---|
string |
WidgetComponent
Gets or sets the widget component.
Declaration
public string WidgetComponent { get; set; }
Property Value
Type | Description |
---|---|
string |