Table of Contents

Class TDepartmentStandardSearch

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public static class TDepartmentStandardSearch
Inheritance
TDepartmentStandardSearch
Inherited Members

Methods

Bind<T>(Expression<Func<TDepartmentStandard, T>>, Expression<Func<TDepartmentStandard, bool>>, string, string)

public static T[] Bind<T>(Expression<Func<TDepartmentStandard, T>> binder, Expression<Func<TDepartmentStandard, bool>> filter, string modelSort = null, string entitySort = null)

Parameters

binder Expression<Func<TDepartmentStandard, T>>
filter Expression<Func<TDepartmentStandard, bool>>
modelSort string
entitySort string

Returns

T[]

Type Parameters

T

Count(Expression<Func<TDepartmentStandard, bool>>)

public static int Count(Expression<Func<TDepartmentStandard, bool>> filter)

Parameters

filter Expression<Func<TDepartmentStandard, bool>>

Returns

int

Exists(Expression<Func<TDepartmentStandard, bool>>)

public static bool Exists(Expression<Func<TDepartmentStandard, bool>> filter)

Parameters

filter Expression<Func<TDepartmentStandard, bool>>

Returns

bool

SelectDepartmentProfilesOnly(Guid)

public static DataTable SelectDepartmentProfilesOnly(Guid department)

Parameters

department Guid

Returns

DataTable

SelectFirst(Expression<Func<TDepartmentStandard, bool>>, params Expression<Func<TDepartmentStandard, object>>[])

public static TDepartmentStandard SelectFirst(Expression<Func<TDepartmentStandard, bool>> filter, params Expression<Func<TDepartmentStandard, object>>[] includes)

Parameters

filter Expression<Func<TDepartmentStandard, bool>>
includes Expression<Func<TDepartmentStandard, object>>[]

Returns

TDepartmentStandard

SelectNewDepartmentProfiles(Guid, Guid, string)

public static DataTable SelectNewDepartmentProfiles(Guid organization, Guid group, string searchText)

Parameters

organization Guid
group Guid
searchText string

Returns

DataTable