Table of Contents

Class AddScore

Namespace
InSite.Admin.Records.Items.Forms
Assembly
InSite.UI.dll
public class AddScore : AdminBasePage, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, INamingContainer, IFilterResolutionService, IHttpHandler, IAdminPage, IHasTranslator, IHasWebRoute, IHasParentLinkParameters
Inheritance
AddScore
Implements
Inherited Members

Constructors

AddScore()

public AddScore()

Fields

CancelButton

CancelButton control.

protected CancelButton CancelButton

Field Value

CancelButton

Remarks

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

Detail

Detail control.

protected ScoreDetail Detail

Field Value

ScoreDetail

Remarks

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

SaveButton

SaveButton control.

protected SaveButton SaveButton

Field Value

SaveButton

Remarks

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

ScorePanel

ScorePanel control.

protected HtmlGenericControl ScorePanel

Field Value

HtmlGenericControl

Remarks

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

Status

Status control.

protected Alert Status

Field Value

Alert

Remarks

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

ValidationSummary

ValidationSummary control.

protected ValidationSummary ValidationSummary

Field Value

ValidationSummary

Remarks

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

Methods

GetParentLinkParameters(IWebRoute)

public string GetParentLinkParameters(IWebRoute parent)

Parameters

parent IWebRoute

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs