Table of Contents

Class FindEmployer

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public class FindEmployer : BaseFindEntity<QGroupSelectorFilter>, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IBaseFindEntity, IPostBackDataHandler, IHasEmptyMessage
Inheritance
FindEmployer
Implements
Inherited Members

Constructors

FindEmployer()

public FindEmployer()

Properties

Filter

public QGroupSelectorFilter Filter { get; }

Property Value

QGroupSelectorFilter

Methods

Count(QGroupSelectorFilter)

protected override int Count(QGroupSelectorFilter filter)

Parameters

filter QGroupSelectorFilter

Returns

int

GetEntityName()

protected override string GetEntityName()

Returns

string

GetFilter(string)

protected override QGroupSelectorFilter GetFilter(string keyword)

Parameters

keyword string

Returns

QGroupSelectorFilter

GetItems(Guid[])

protected override IEnumerable<BaseFindEntity<QGroupSelectorFilter>.DataItem> GetItems(Guid[] ids)

Parameters

ids Guid[]

Returns

IEnumerable<BaseFindEntity<QGroupSelectorFilter>.DataItem>

Select(QGroupSelectorFilter)

protected override BaseFindEntity<QGroupSelectorFilter>.DataItem[] Select(QGroupSelectorFilter filter)

Parameters

filter QGroupSelectorFilter

Returns

DataItem[]