Class AreaData
Represents the data for an area in the application.
Inherited Members
Namespace: DataWeb.Structure
Assembly: DataWeb.Core.dll
Syntax
public class AreaData
Properties
Color
The color associated with the area.
Declaration
public string Color { 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
Whether the area is completed.
Declaration
public bool IsCompleted { get; set; }
Property Value
Type | Description |
---|---|
bool |
Name
The name of the area.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Navigation
The navigation associated with the area.
Declaration
public Navigation Navigation { get; set; }
Property Value
Type | Description |
---|---|
Navigation |
Status
The status of the area.
Declaration
public ItemStatus Status { get; set; }
Property Value
Type | Description |
---|---|
ItemStatus |
Title
The title of the area.
Declaration
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the area.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
VisibleRoles
The roles that can view the area.
Declaration
public List<string> VisibleRoles { get; set; }
Property Value
Type | Description |
---|---|
List<string> |