Table of Contents

Class ValidationGrid

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

Constructors

ValidationGrid()

public ValidationGrid()

Fields

DownloadButton

DownloadButton control.

protected DownloadButton DownloadButton

Field Value

DownloadButton

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

RowCount

public int RowCount { get; }

Property Value

int

Methods

GetBoolean(string)

protected string GetBoolean(string name)

Parameters

name string

Returns

string

GetLocalTime(string)

protected string GetLocalTime(string name)

Parameters

name string

Returns

string

LoadData(Guid)

public void LoadData(Guid standardKey)

Parameters

standardKey Guid

OnInit(EventArgs)

protected override void OnInit(EventArgs e)

Parameters

e EventArgs

OnLoad(EventArgs)

protected override void OnLoad(EventArgs e)

Parameters

e EventArgs