Table of Contents

Class ReferralGrid

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

Constructors

ReferralGrid()

public ReferralGrid()

Fields

AddButton

AddButton control.

protected Button AddButton

Field Value

Button

Remarks

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

CommandsSection

CommandsSection control.

protected HtmlGenericControl CommandsSection

Field Value

HtmlGenericControl

Remarks

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

EmptyGrid

EmptyGrid control.

protected Alert EmptyGrid

Field Value

Alert

Remarks

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

FilterButton

FilterButton control.

protected IconButton FilterButton

Field Value

IconButton

Remarks

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

FilterField

FilterField control.

protected HtmlGenericControl FilterField

Field Value

HtmlGenericControl

Remarks

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

FilterTextBox

FilterTextBox control.

protected TextBox FilterTextBox

Field Value

TextBox

Remarks

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

Grid

Grid control.

protected Grid Grid

Field Value

Grid

Remarks

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

Properties

AllowEdit

public virtual bool AllowEdit { get; set; }

Property Value

bool

ReturnQuery

public string ReturnQuery { get; set; }

Property Value

string

RowCount

public int RowCount { get; }

Property Value

int

Methods

GetDeleteUrl()

protected string GetDeleteUrl()

Returns

string

GetEditUrl()

protected string GetEditUrl()

Returns

string

LoadData(Guid)

public void LoadData(Guid userId)

Parameters

userId Guid

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnPreRender(EventArgs)

protected override void OnPreRender(EventArgs e)

Parameters

e EventArgs