Table of Contents

Class FindStandardHelper

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
public static class FindStandardHelper
Inheritance
FindStandardHelper
Inherited Members

Methods

Select<T>(StandardFilter, TextType, Func<Guid, string, T>, string)

public static IEnumerable<T> Select<T>(StandardFilter filter, FindStandardHelper.TextType textType, Func<Guid, string, T> getItem, string language)

Parameters

filter StandardFilter
textType FindStandardHelper.TextType
getItem Func<Guid, string, T>
language string

Returns

IEnumerable<T>

Type Parameters

T

Select<T>(Guid[], TextType, Func<Guid, string, T>, string)

public static IEnumerable<T> Select<T>(Guid[] ids, FindStandardHelper.TextType textType, Func<Guid, string, T> getItem, string language)

Parameters

ids Guid[]
textType FindStandardHelper.TextType
getItem Func<Guid, string, T>
language string

Returns

IEnumerable<T>

Type Parameters

T