Table of Contents

Class ModuleSetup

Namespace
InSite.Admin.Courses.Outlines.Controls
Assembly
InSite.UI.dll
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

Repeater

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

DetailsTab

DetailsTab control.

protected NavItem DetailsTab

Field Value

NavItem

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

Language

Language control.

protected ComboBox Language

Field Value

ComboBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ModuleAsset

ModuleAsset control.

protected Literal ModuleAsset

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ModuleCancelButton

ModuleCancelButton control.

protected CancelButton ModuleCancelButton

Field Value

CancelButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ModuleCode

ModuleCode control.

protected TextBox ModuleCode

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ModuleIsAdaptive

ModuleIsAdaptive control.

protected CheckBox ModuleIsAdaptive

Field Value

CheckBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ModuleName

ModuleName control.

protected TextBox ModuleName

Field Value

TextBox

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ModuleSaveButton

ModuleSaveButton control.

protected SaveButton ModuleSaveButton

Field Value

SaveButton

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

ModuleThumbprint

ModuleThumbprint control.

protected Literal ModuleThumbprint

Field Value

Literal

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PrerequisiteList

PrerequisiteList control.

protected PrerequisiteList PrerequisiteList

Field Value

PrerequisiteList

Remarks

Auto-generated field. To modify move field declaration from designer file to code-behind file.

PrivacySettingsGroups

PrivacySettingsGroups control.

protected PrivacySettingsGroups PrivacySettingsGroups

Field Value

PrivacySettingsGroups

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

Guid

ModuleIdentifier

public Guid ModuleIdentifier { get; set; }

Property Value

Guid

Methods

BindControlsToModel(QModule, ContentContainer)

public void BindControlsToModel(QModule module, ContentContainer content)

Parameters

module QModule
content ContentContainer

BindControlsToModelForContent(ContentContainer, string)

public void BindControlsToModelForContent(ContentContainer content, string moduleName)

Parameters

content ContentContainer
moduleName string

BindModelToControls(QUnit, QModule)

public void BindModelToControls(QUnit unit, QModule module)

Parameters

unit QUnit
module QModule

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs