Class AreaInfo
Assembly: DataWeb.Core.dll
Syntax
Properties
Color
Declaration
public string Color { get; set; }
Property Value
IdMaster
Declaration
public string IdMaster { get; set; }
Property Value
IsCompleted
Declaration
public bool IsCompleted { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NotificationCount
Declaration
public long NotificationCount { get; set; }
Property Value
Sections
Declaration
public IEnumerable<SectionInfo> Sections { get; set; }
Property Value
Status
Declaration
public string Status { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value