Class Edit
public class Edit : AdminBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute, IHasParentLinkParameters
- Inheritance
-
Edit
- Implements
- Inherited Members
Constructors
Edit()
public Edit()
Fields
AlertStatus
AlertStatus control.
protected Alert AlertStatus
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
CancelButton
CancelButton control.
protected CancelButton CancelButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ContentRepeater
ContentRepeater control.
protected Repeater ContentRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Language
Language control.
protected ComboBox Language
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PrerequisiteRepeater
PrerequisiteRepeater control.
protected Repeater PrerequisiteRepeater
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PrerequisiteRepeaterField
PrerequisiteRepeaterField control.
protected HtmlGenericControl PrerequisiteRepeaterField
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
PresentationTab
PresentationTab control.
protected NavItem PresentationTab
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
SaveButton
SaveButton control.
protected SaveButton SaveButton
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TaskInProgram
TaskInProgram control.
protected ComboBox TaskInProgram
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TaskPresentationSetup
TaskPresentationSetup control.
protected TaskPresentationSetup TaskPresentationSetup
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TaskSection
TaskSection control.
protected HtmlGenericControl TaskSection
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TriggerChange
TriggerChange control.
protected ComboBox TriggerChange
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
TriggerTaskInProgram
TriggerTaskInProgram control.
protected HtmlGenericControl TriggerTaskInProgram
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
ValidationSummary
ValidationSummary control.
protected ValidationSummary ValidationSummary
Field Value
Remarks
Auto-generated field. To modify move field declaration from designer file to code-behind file.
Properties
CurrentTaskInfo
public TaskInfo CurrentTaskInfo { get; set; }
Property Value
TaskInfoContainer
public List<TaskInfo> TaskInfoContainer { get; set; }
Property Value
Methods
BindControlsToHandlers(ComboBox, Repeater)
protected void BindControlsToHandlers(ComboBox language, Repeater repeater)
Parameters
BindControlsToModel(ContentContainer)
public virtual void BindControlsToModel(ContentContainer content)
Parameters
contentContentContainer
BindModelToControls(Guid)
protected void BindModelToControls(Guid taskId)
Parameters
taskIdGuid
BindModelToControls(Guid, ContentContainer)
protected void BindModelToControls(Guid taskId, ContentContainer content)
Parameters
taskIdGuidcontentContentContainer
GetParentLinkParameters(IWebRoute)
public string GetParentLinkParameters(IWebRoute parent)
Parameters
parentIWebRoute
Returns
OnInit(EventArgs)
protected override void OnInit(EventArgs e)
Parameters
OnLanguageChanged()
protected void OnLanguageChanged()
OnLoad(EventArgs)
protected override void OnLoad(EventArgs e)