Class ModuleSetup
public class ModuleSetup : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
- Inheritance
-
ModuleSetup
- Implements
- Inherited Members
Constructors
ModuleSetup()
public ModuleSetup()
Fields
ContentRepeater
ContentRepeater control.
protected Repeater ContentRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
DetailsTab
DetailsTab control.
protected NavItem DetailsTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Language
Language control.
protected ComboBox Language
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModuleAsset
ModuleAsset control.
protected Literal ModuleAsset
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModuleCancelButton
ModuleCancelButton control.
protected CancelButton ModuleCancelButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModuleCode
ModuleCode control.
protected TextBox ModuleCode
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModuleIsAdaptive
ModuleIsAdaptive control.
protected CheckBox ModuleIsAdaptive
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModuleName
ModuleName control.
protected TextBox ModuleName
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModuleSaveButton
ModuleSaveButton control.
protected SaveButton ModuleSaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ModuleThumbprint
ModuleThumbprint control.
protected Literal ModuleThumbprint
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PrerequisiteList
PrerequisiteList control.
protected PrerequisiteList PrerequisiteList
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PrivacySettingsGroups
PrivacySettingsGroups control.
protected PrivacySettingsGroups PrivacySettingsGroups
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
CourseIdentifier
public Guid CourseIdentifier { get; set; }
Property Value
ModuleIdentifier
public Guid ModuleIdentifier { get; set; }
Property Value
Methods
BindControlsToModel(QModule, ContentContainer)
public void BindControlsToModel(QModule module, ContentContainer content)
Parameters
moduleQModulecontentContentContainer
BindControlsToModelForContent(ContentContainer, string)
public void BindControlsToModelForContent(ContentContainer content, string moduleName)
Parameters
contentContentContainermoduleNamestring
BindModelToControls(QUnit, QModule)
public void BindModelToControls(QUnit unit, QModule module)
Parameters
OnInit(EventArgs)
protected override void OnInit(EventArgs e)