Class LogbookModel
- Namespace
- Shift.Toolbox.Progress
- Assembly
- Shift.Toolbox.dll
public class LogbookModel
- Inheritance
-
LogbookModel
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public List<Area> Areas { get; set; }
Property Value
- List<Area>
public List<Comment> Comments { get; set; }
Property Value
- List<Comment>
public List<Experience> Experiences { get; set; }
Property Value
- List<Experience>
public string LogbookTitle { get; set; }
Property Value
- string
NumberOfHoursText
public string NumberOfHoursText { get; set; }
Property Value
- string
public string OrganizationLogoPath { get; set; }
Property Value
- string
public string PersonEmail { get; set; }
Property Value
- string
public string PersonFullName { get; set; }
Property Value
- string
public bool ShowSkillRating { get; set; }
Property Value
- bool