Table of Contents

Class Experience

Namespace
InSite.Domain.Records
Assembly
Shift.Sdk.dll
public class Experience
Inheritance
Experience
Inherited Members
Extension Methods

Constructors

Experience()

public Experience()

Properties

Competencies

public List<ExperienceCompetency> Competencies { get; set; }

Property Value

List<ExperienceCompetency>

Completed

public DateTime? Completed { get; set; }

Property Value

DateTime?

Employer

public string Employer { get; set; }

Property Value

string

Evidence

public string Evidence { get; set; }

Property Value

string

Hours

public decimal? Hours { get; set; }

Property Value

decimal?

Identifier

public Guid Identifier { get; set; }

Property Value

Guid

Instructor

public string Instructor { get; set; }

Property Value

string

MediaEvidenceFileIdentifier

public Guid? MediaEvidenceFileIdentifier { get; set; }

Property Value

Guid?

MediaEvidenceName

public string MediaEvidenceName { get; set; }

Property Value

string

MediaEvidenceType

public string MediaEvidenceType { get; set; }

Property Value

string

Sequence

public int Sequence { get; set; }

Property Value

int

SkillRating

public int? SkillRating { get; set; }

Property Value

int?

Started

public DateTime? Started { get; set; }

Property Value

DateTime?

Stopped

public DateTime? Stopped { get; set; }

Property Value

DateTime?

Supervisor

public string Supervisor { get; set; }

Property Value

string

TrainingComment

public string TrainingComment { get; set; }

Property Value

string

TrainingCourseTitle

public string TrainingCourseTitle { get; set; }

Property Value

string

TrainingLevel

public string TrainingLevel { get; set; }

Property Value

string

TrainingLocation

public string TrainingLocation { get; set; }

Property Value

string

TrainingProvider

public string TrainingProvider { get; set; }

Property Value

string

TrainingType

public string TrainingType { get; set; }

Property Value

string

Validated

public DateTimeOffset? Validated { get; set; }

Property Value

DateTimeOffset?

Validator

public Guid? Validator { get; set; }

Property Value

Guid?

Methods

FindExperienceCompetency(Guid)

public ExperienceCompetency FindExperienceCompetency(Guid competency)

Parameters

competency Guid

Returns

ExperienceCompetency

ShouldSerializeCompetencies()

public bool ShouldSerializeCompetencies()

Returns

bool