Table of Contents

Class SearchDownloadManager

Namespace
InSite.UI.Layout.Common.Controls
Assembly
InSite.UI.dll
public class SearchDownloadManager : BaseReportManager, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Inheritance
SearchDownloadManager
Implements
Inherited Members

Constructors

SearchDownloadManager()

public SearchDownloadManager()

Fields

CreateButton

CreateButton control.

protected Button CreateButton

Field Value

Button

Remarks

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

NewEntityText

NewEntityText control.

protected TextBox NewEntityText

Field Value

TextBox

Remarks

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

RemoveButton

RemoveButton control.

protected Button RemoveButton

Field Value

Button

Remarks

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

SaveButton

SaveButton control.

protected Button SaveButton

Field Value

Button

Remarks

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

SavedField

SavedField control.

protected HtmlGenericControl SavedField

Field Value

HtmlGenericControl

Remarks

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

Script

Script control.

protected PageFooterContent Script

Field Value

PageFooterContent

Remarks

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

SettingsSelector

SettingsSelector control.

protected ComboBox SettingsSelector

Field Value

ComboBox

Remarks

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

Methods

BindSavedReports()

protected override bool BindSavedReports()

Returns

bool

GetControls()

protected override BaseReportManager.ControlsInfo GetControls()

Returns

BaseReportManager.ControlsInfo

LoadReports()

protected override List<ISearchReport> LoadReports()

Returns

List<ISearchReport>

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs

SaveReports(List<ISearchReport>)

protected override void SaveReports(List<ISearchReport> reports)

Parameters

reports List<ISearchReport>

SetReportType(Type)

public void SetReportType(Type type)

Parameters

type Type