Table of Contents

Class UnitSetup

Namespace
InSite.Admin.Courses.Outlines.Controls
Assembly
InSite.UI.dll
public class UnitSetup : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
UnitSetup
Implements
Inherited Members

Constructors

UnitSetup()

public UnitSetup()

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.

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.

UnitAsset

UnitAsset control.

protected Literal UnitAsset

Field Value

Literal

Remarks

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

UnitCancelButton

UnitCancelButton control.

protected CancelButton UnitCancelButton

Field Value

CancelButton

Remarks

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

UnitCode

UnitCode control.

protected TextBox UnitCode

Field Value

TextBox

Remarks

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

UnitIsAdaptive

UnitIsAdaptive control.

protected CheckBox UnitIsAdaptive

Field Value

CheckBox

Remarks

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

UnitName

UnitName control.

protected TextBox UnitName

Field Value

TextBox

Remarks

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

UnitSaveButton

UnitSaveButton control.

protected SaveButton UnitSaveButton

Field Value

SaveButton

Remarks

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

UnitThumbprint

UnitThumbprint control.

protected Literal UnitThumbprint

Field Value

Literal

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

UnitIdentifier

public Guid UnitIdentifier { get; set; }

Property Value

Guid

Methods

BindControlsToModel(QUnit, ContentContainer)

public void BindControlsToModel(QUnit unit, ContentContainer content)

Parameters

unit QUnit
content ContentContainer

BindControlsToModelForContent(ContentContainer, string)

public void BindControlsToModelForContent(ContentContainer content, string unitName)

Parameters

content ContentContainer
unitName string

BindModelToControls(QUnit)

public void BindModelToControls(QUnit unit)

Parameters

unit QUnit

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs