Table of Contents

Class BuildAggregate

Namespace
InSite.UI.Admin.Reports.Controls
Assembly
InSite.UI.dll
public class BuildAggregate : BaseUserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
BuildAggregate
Implements
Inherited Members

Constructors

BuildAggregate()

public BuildAggregate()

Fields

AggregateAlias

AggregateAlias control.

protected TextBox AggregateAlias

Field Value

TextBox

Remarks

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

AggregateAliasRequiredValidator

AggregateAliasRequiredValidator control.

protected RequiredValidator AggregateAliasRequiredValidator

Field Value

RequiredValidator

Remarks

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

AggregateAliasUniqueValidator

AggregateAliasUniqueValidator control.

protected CustomValidator AggregateAliasUniqueValidator

Field Value

CustomValidator

Remarks

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

AggregateAutoAlias

AggregateAutoAlias control.

protected HiddenField AggregateAutoAlias

Field Value

HiddenField

Remarks

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

AggregateColumnContainer

AggregateColumnContainer control.

protected Container AggregateColumnContainer

Field Value

Container

Remarks

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

AggregateColumnField

AggregateColumnField control.

protected HtmlGenericControl AggregateColumnField

Field Value

HtmlGenericControl

Remarks

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

AggregateColumnRequiredValidator

AggregateColumnRequiredValidator control.

protected RequiredValidator AggregateColumnRequiredValidator

Field Value

RequiredValidator

Remarks

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

AggregateColumnSelector

AggregateColumnSelector control.

protected ComboBox AggregateColumnSelector

Field Value

ComboBox

Remarks

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

AggregateFunction

AggregateFunction control.

protected ComboBox AggregateFunction

Field Value

ComboBox

Remarks

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

AggregateFunctionRequiredValidator

AggregateFunctionRequiredValidator control.

protected RequiredValidator AggregateFunctionRequiredValidator

Field Value

RequiredValidator

Remarks

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

AggregateRepeater

AggregateRepeater control.

protected Repeater AggregateRepeater

Field Value

Repeater

Remarks

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

AggregateViewRequiredValidator

AggregateViewRequiredValidator control.

protected RequiredValidator AggregateViewRequiredValidator

Field Value

RequiredValidator

Remarks

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

AggregateViewSelector

AggregateViewSelector control.

protected ComboBox AggregateViewSelector

Field Value

ComboBox

Remarks

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

EditorView

EditorView control.

protected View EditorView

Field Value

View

Remarks

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

MultiView

MultiView control.

protected MultiView MultiView

Field Value

MultiView

Remarks

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

TableStatus

TableStatus control.

protected Alert TableStatus

Field Value

Alert

Remarks

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

TableView

TableView control.

protected View TableView

Field Value

View

Remarks

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

Properties

BuildData

public Build.IData BuildData { get; set; }

Property Value

Build.IData

HasItems

public bool HasItems { get; }

Property Value

bool

Methods

Edit(int)

public void Edit(int index)

Parameters

index int

GetAggregates()

public ReportAggregate[] GetAggregates()

Returns

ReportAggregate[]

LoadData()

public void LoadData()

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnViewChanged(BuildViewType)

protected void OnViewChanged(BuildViewType view)

Parameters

view BuildViewType

Save()

public void Save()

SetupValidationGroup(string)

protected override void SetupValidationGroup(string groupName)

Parameters

groupName string

View()

public void View()

Events

ViewChanged

public event BuildViewChangedHandler ViewChanged

Event Type

BuildViewChangedHandler