Class ExperienceTrainingChanged
public class ExperienceTrainingChanged : Change, IChange
- Inheritance
-
ExperienceTrainingChanged
- Implements
- Inherited Members
- Extension Methods
Constructors
ExperienceTrainingChanged(Guid, string, string, string, string, string, string)
public ExperienceTrainingChanged(Guid experience, string level, string location, string provider, string courseTitle, string comment, string type)
Parameters
experienceGuidlevelstringlocationstringproviderstringcourseTitlestringcommentstringtypestring
Properties
Comment
public string Comment { get; }
Property Value
CourseTitle
public string CourseTitle { get; }
Property Value
Experience
public Guid Experience { get; }
Property Value
Level
public string Level { get; }
Property Value
Location
public string Location { get; }
Property Value
Provider
public string Provider { get; }
Property Value
Type
public string Type { get; }