Table of Contents

Class MultidimensionalDataInput

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

Constructors

MultidimensionalDataInput()

public MultidimensionalDataInput()

Fields

AddDimensionButton

AddDimensionButton control.

protected Button AddDimensionButton

Field Value

Button

Remarks

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

ApplyDimensionsButton

ApplyDimensionsButton control.

protected Button ApplyDimensionsButton

Field Value

Button

Remarks

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

ApplyMappingButton

ApplyMappingButton control.

protected Button ApplyMappingButton

Field Value

Button

Remarks

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

DataContainer

DataContainer control.

protected HtmlGenericControl DataContainer

Field Value

HtmlGenericControl

Remarks

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

DataInput

DataInput control.

protected HiddenField DataInput

Field Value

HiddenField

Remarks

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

DataSection

DataSection control.

protected HtmlGenericControl DataSection

Field Value

HtmlGenericControl

Remarks

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

DimensionRepeater

DimensionRepeater control.

protected Repeater DimensionRepeater

Field Value

Repeater

Remarks

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

DimensionsHeader

DimensionsHeader control.

protected HtmlGenericControl DimensionsHeader

Field Value

HtmlGenericControl

Remarks

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

DimensionsUpdatePanel

DimensionsUpdatePanel control.

protected UpdatePanel DimensionsUpdatePanel

Field Value

UpdatePanel

Remarks

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

MappingInput

MappingInput control.

protected HiddenField MappingInput

Field Value

HiddenField

Remarks

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

MappingRepeater

MappingRepeater control.

protected Repeater MappingRepeater

Field Value

Repeater

Remarks

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

MappingUpdatePanel

MappingUpdatePanel control.

protected UpdatePanel MappingUpdatePanel

Field Value

UpdatePanel

Remarks

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

StatusAlert

StatusAlert control.

protected Alert StatusAlert

Field Value

Alert

Remarks

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

Methods

GetDimensionValues()

protected string GetDimensionValues()

Returns

string

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs