Table of Contents

Class BaseActivityEdit

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

Constructors

BaseActivityEdit()

protected BaseActivityEdit()

Properties

ActivityIdentifier

public Guid ActivityIdentifier { get; set; }

Property Value

Guid

CourseIdentifier

public Guid CourseIdentifier { get; set; }

Property Value

Guid

Methods

BindControlsToHandlers(ActivitySetupTab, ComboBox, Repeater, Button, Button)

protected void BindControlsToHandlers(ActivitySetupTab setup, ComboBox language, Repeater repeater, Button save, Button cancel)

Parameters

setup ActivitySetupTab
language ComboBox
repeater Repeater
save Button
cancel Button

BindControlsToModel(QActivity)

protected abstract void BindControlsToModel(QActivity activity)

Parameters

activity QActivity

BindControlsToModel(QActivity, ContentContainer, string)

public void BindControlsToModel(QActivity activity, ContentContainer content, string activityName)

Parameters

activity QActivity
content ContentContainer
activityName string

BindModelToControls()

protected void BindModelToControls()

BindModelToControls(QActivity)

protected abstract void BindModelToControls(QActivity activity)

Parameters

activity QActivity

BindModelsToControls(QActivity, ContentContainer)

protected void BindModelsToControls(QActivity activity, ContentContainer content)

Parameters

activity QActivity
content ContentContainer

OnAlert(AlertType, string)

protected abstract void OnAlert(AlertType type, string message)

Parameters

type AlertType
message string

OnLanguageChanged()

protected void OnLanguageChanged()

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs