Table of Contents

Class ProgramContactTab

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

Constructors

ProgramContactTab()

public ProgramContactTab()

Fields

AddButton

AddButton control.

protected Button AddButton

Field Value

Button

Remarks

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

FilterSection

FilterSection control.

protected HtmlGenericControl FilterSection

Field Value

HtmlGenericControl

Remarks

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

GroupGrid

GroupGrid control.

protected ProgramGroupGrid GroupGrid

Field Value

ProgramGroupGrid

Remarks

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

NoLearners

NoLearners control.

protected HtmlGenericControl NoLearners

Field Value

HtmlGenericControl

Remarks

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

PersonGrid

PersonGrid control.

protected ProgramPersonGrid PersonGrid

Field Value

ProgramPersonGrid

Remarks

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

SearchInput

SearchInput control.

protected InputSearch SearchInput

Field Value

InputSearch

Remarks

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

Methods

LoadData(Guid, Guid?)

public void LoadData(Guid programId, Guid? programAchievementId)

Parameters

programId Guid
programAchievementId Guid?

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs