Table of Contents

Class UnitRepeater

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

Constructors

UnitRepeater()

public UnitRepeater()

Fields

CommonStyle

CommonStyle control.

protected PageHeadContent CommonStyle

Field Value

PageHeadContent

Remarks

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

ModuleListIndex

protected int ModuleListIndex

Field Value

int

SidebarUnitRepeater

SidebarUnitRepeater control.

protected Repeater SidebarUnitRepeater

Field Value

Repeater

Remarks

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

Properties

AllowMultipleUnits

protected bool AllowMultipleUnits { get; }

Property Value

bool

AreActivitiesUnlocked

public bool AreActivitiesUnlocked { get; set; }

Property Value

bool

AreModulesUnlocked

public bool AreModulesUnlocked { get; set; }

Property Value

bool

Methods

BindModelToControls(ProgressModel, bool, bool)

public void BindModelToControls(ProgressModel model, bool areModulesUnlocked, bool areActivitiesUnlocked)

Parameters

model ProgressModel
areModulesUnlocked bool
areActivitiesUnlocked bool

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs