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
Gets or sets 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
Gets or sets a value indicating whether the area is completed.
Declaration
public bool IsCompleted { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Name
Gets or sets the name of the area.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Navigation
Gets or sets the navigation associated with the area.
Declaration
public Navigation Navigation { get; set; }
Property Value
| Type | Description |
|---|---|
| Navigation |
Status
Gets or sets the status of the area.
Declaration
public ItemStatus Status { get; set; }
Property Value
| Type | Description |
|---|---|
| ItemStatus |
Title
Gets or sets the title of the area.
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Gets or sets the type of the area.
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VisibleRoles
Gets or sets the roles that are allowed to access this area.
Declaration
public List<string> VisibleRoles { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> |