Class BaseActivityEdit
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
CourseIdentifier
public Guid CourseIdentifier { get; set; }
Property Value
Methods
BindControlsToHandlers(ActivitySetupTab, ComboBox, Repeater, Button, Button)
protected void BindControlsToHandlers(ActivitySetupTab setup, ComboBox language, Repeater repeater, Button save, Button cancel)
Parameters
setupActivitySetupTablanguageComboBoxrepeaterRepeatersaveButtoncancelButton
BindControlsToModel(QActivity)
protected abstract void BindControlsToModel(QActivity activity)
Parameters
activityQActivity
BindControlsToModel(QActivity, ContentContainer, string)
public void BindControlsToModel(QActivity activity, ContentContainer content, string activityName)
Parameters
activityQActivitycontentContentContaineractivityNamestring
BindModelToControls()
protected void BindModelToControls()
BindModelToControls(QActivity)
protected abstract void BindModelToControls(QActivity activity)
Parameters
activityQActivity
BindModelsToControls(QActivity, ContentContainer)
protected void BindModelsToControls(QActivity activity, ContentContainer content)
Parameters
activityQActivitycontentContentContainer
OnAlert(AlertType, string)
protected abstract void OnAlert(AlertType type, string message)
Parameters
OnLanguageChanged()
protected void OnLanguageChanged()
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)