Exemple #1
0
 /// <summary>
 /// Initializes a new instance of the
 /// LMSApplicationCoreCommandsUpdateSessionCommand class.
 /// </summary>
 public LMSApplicationCoreCommandsUpdateSessionCommand(System.DateTime?date = default(System.DateTime?), string id = default(string), string title = default(string), string objectives = default(string), int?duration = default(int?), string voiceNotefileId = default(string), int?type = default(int?), string objectiveFileId = default(string), LMSApplicationCoreCommandsSessionLessonPlanCommand lessonPlanTemplate = default(LMSApplicationCoreCommandsSessionLessonPlanCommand))
 {
     Date               = date;
     Id                 = id;
     Title              = title;
     Objectives         = objectives;
     Duration           = duration;
     VoiceNotefileId    = voiceNotefileId;
     Type               = type;
     ObjectiveFileId    = objectiveFileId;
     LessonPlanTemplate = lessonPlanTemplate;
     CustomInit();
 }
Exemple #2
0
 /// <summary>
 /// Initializes a new instance of the
 /// LMSApplicationCoreCommandsSessionAddCommand class.
 /// </summary>
 public LMSApplicationCoreCommandsSessionAddCommand(string title = default(string), string objective = default(string), int?duration = default(int?), int?courseId = default(int?), System.DateTime?date = default(System.DateTime?), string voiceNotefileId = default(string), int?type = default(int?), string objectiveFileId = default(string), LMSApplicationCoreCommandsSessionLessonPlanCommand lessonPlanTemplate = default(LMSApplicationCoreCommandsSessionLessonPlanCommand))
 {
     Title              = title;
     Objective          = objective;
     Duration           = duration;
     CourseId           = courseId;
     Date               = date;
     VoiceNotefileId    = voiceNotefileId;
     Type               = type;
     ObjectiveFileId    = objectiveFileId;
     LessonPlanTemplate = lessonPlanTemplate;
     CustomInit();
 }