Class ViewData
Represents data for a View.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class ViewData
Properties
Filters
Gets or sets the filters applied to the View.
Declaration
public string Filters { get; set; }
Property Value
Type | Description |
---|---|
string |
IdMaster
Gets or sets the unique identifier.
Declaration
public string IdMaster { get; set; }
Property Value
Type | Description |
---|---|
string |
IsCompleted
Gets or sets a value indicating whether the View is completed.
Declaration
public bool IsCompleted { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
Gets or sets the name of the View.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Gets or sets the status of the View.
Declaration
public ItemStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ItemStatus |
Title
Gets or sets the title of the View.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
VisibleRoles
Gets or sets the list of roles that can view the View.
Declaration
public List<string> VisibleRoles { get; set; }
Property Value
Type | Description |
---|---|
List<string> |