Table of Contents

Class LogbookModel

Namespace
Shift.Toolbox.Progress
Assembly
Shift.Toolbox.dll
public class LogbookModel
Inheritance
LogbookModel
Inherited Members
Extension Methods

Constructors

LogbookModel()

public LogbookModel()

Properties

Areas

public List<Area> Areas { get; set; }

Property Value

List<Area>

Comments

public List<Comment> Comments { get; set; }

Property Value

List<Comment>

Experiences

public List<Experience> Experiences { get; set; }

Property Value

List<Experience>

LogbookTitle

public string LogbookTitle { get; set; }

Property Value

string

NumberOfHoursText

public string NumberOfHoursText { get; set; }

Property Value

string

OrganizationLogoPath

public string OrganizationLogoPath { get; set; }

Property Value

string

PersonEmail

public string PersonEmail { get; set; }

Property Value

string

PersonFullName

public string PersonFullName { get; set; }

Property Value

string

ShowSkillRating

public bool ShowSkillRating { get; set; }

Property Value

bool