Class ChangeExperienceTraining
- Namespace
- InSite.Application.Journals.Write
- Assembly
- Shift.Sdk.dll
public class ChangeExperienceTraining : Command, ICommand
- Inheritance
-
ChangeExperienceTraining
- Implements
- Inherited Members
- Extension Methods
Constructors
ChangeExperienceTraining(Guid, Guid, string, string, string, string, string, string)
public ChangeExperienceTraining(Guid journal, Guid experience, string level, string location, string provider, string courseTitle, string comment, string type)
Parameters
journalGuidexperienceGuidlevelstringlocationstringproviderstringcourseTitlestringcommentstringtypestring
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; }