Table of Contents

Class FindGroup

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

Constructors

FindGroup()

public FindGroup()

Properties

CurrentOrganizationOnly

public bool CurrentOrganizationOnly { get; set; }

Property Value

bool

DefaultOptions

public FindGroup.GroupDataItem DefaultOptions { get; set; }

Property Value

FindGroup.GroupDataItem

Filter

public QGroupSelectorFilter Filter { get; }

Property Value

QGroupSelectorFilter

ShowCities

public bool ShowCities { get; set; }

Property Value

bool

Methods

Count(QGroupSelectorFilter)

protected override int Count(QGroupSelectorFilter filter)

Parameters

filter QGroupSelectorFilter

Returns

int

GetEditorUrl()

protected override string GetEditorUrl()

Returns

string

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[]