Table of Contents

Class ImpersonationGrid

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

Constructors

ImpersonationGrid()

public ImpersonationGrid()

Fields

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.

NoDataMessage

NoDataMessage control.

protected HtmlGenericControl NoDataMessage

Field Value

HtmlGenericControl

Remarks

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

Methods

GetImpersonationName(Guid?, string)

protected string GetImpersonationName(Guid? user, string name)

Parameters

user Guid?
name string

Returns

string

LoadData()

public void LoadData()

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs