Table of Contents

Class ProgramCardRepeater

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

Constructors

ProgramCardRepeater()

public ProgramCardRepeater()

Fields

CardRepeater

CardRepeater control.

protected Repeater CardRepeater

Field Value

Repeater

Remarks

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

DescriptionWindow

DescriptionWindow control.

protected Modal DescriptionWindow

Field Value

Modal

Remarks

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

ProgramDescription

ProgramDescription control.

protected HtmlGenericControl ProgramDescription

Field Value

HtmlGenericControl

Remarks

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

ProgramTitle

ProgramTitle control.

protected HtmlGenericControl ProgramTitle

Field Value

HtmlGenericControl

Remarks

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

SubmitButton

SubmitButton control.

protected SaveButton SubmitButton

Field Value

SaveButton

Remarks

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

SubmittedProgramIds

SubmittedProgramIds control.

protected HiddenField SubmittedProgramIds

Field Value

HiddenField

Remarks

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

Methods

BindModelToControls(List<LaunchCard>, ISecurityFramework)

public void BindModelToControls(List<LaunchCard> cards, ISecurityFramework identity)

Parameters

cards List<LaunchCard>
identity ISecurityFramework

GetProgramDescription()

protected string GetProgramDescription()

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

Events

ProgramsSubmitted

public event ProgramCardRepeater.ProgramsSubmittedHandler ProgramsSubmitted

Event Type

ProgramCardRepeater.ProgramsSubmittedHandler