Class Detail
public class Detail : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
Detail
- Implements
- Inherited Members
Constructors
Detail()
public Detail()
Fields
ActivitySaveButton
ActivitySaveButton control.
protected Button ActivitySaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
AddLessonButton
AddLessonButton control.
protected Button AddLessonButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CourseName
CourseName control.
protected TextBox CourseName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CourseNameValidator
CourseNameValidator control.
protected RequiredValidator CourseNameValidator
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CoursePanel
CoursePanel control.
protected UpdatePanel CoursePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CoursesComboBox
CoursesComboBox control.
protected CourseComboBox CoursesComboBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CoursesPanel
CoursesPanel control.
protected AccordionPanel CoursesPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DocumentUpload
DocumentUpload control.
protected FileUploadV1 DocumentUpload
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MainAccordion
MainAccordion control.
protected Accordion MainAccordion
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MarkdownPanel
MarkdownPanel control.
protected AccordionPanel MarkdownPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
MarkdownText
MarkdownText control.
protected MarkdownTextEditor MarkdownText
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModulesComboBox
ModulesComboBox control.
protected ModuleComboBox ModulesComboBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
NewCoursePanel
NewCoursePanel control.
protected UpdatePanel NewCoursePanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RadioAdd
RadioAdd control.
protected RadioButton RadioAdd
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
RadioExtend
RadioExtend control.
protected RadioButton RadioExtend
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
StatusAlert
StatusAlert control.
protected Alert StatusAlert
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UnitsComboBox
UnitsComboBox control.
protected UnitComboBox UnitsComboBox
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
UploadDocumentPanel
UploadDocumentPanel control.
protected AccordionPanel UploadDocumentPanel
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Methods
CreateActivity(Guid, Guid, List<ICommand>)
public Guid CreateActivity(Guid courseId, Guid moduleId, List<ICommand> commands)
Parameters
Returns
GetFilePhysicalFolderPath(Guid)
public static string GetFilePhysicalFolderPath(Guid course)
Parameters
courseGuid
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)