Class DepartmentProfileCompetencySearch
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public static class DepartmentProfileCompetencySearch
- Inheritance
-
DepartmentProfileCompetencySearch
- Inherited Members
-
Methods
BindFirst<T>(Expression<Func<DepartmentProfileCompetency, T>>, Expression<Func<DepartmentProfileCompetency, bool>>, string, string)
public static T BindFirst<T>(Expression<Func<DepartmentProfileCompetency, T>> binder, Expression<Func<DepartmentProfileCompetency, bool>> filter, string modelSort = null, string entitySort = null)
Parameters
binder Expression<Func<DepartmentProfileCompetency, T>>
filter Expression<Func<DepartmentProfileCompetency, bool>>
modelSort string
entitySort string
Returns
- T
Type Parameters
T
Bind<T>(Expression<Func<DepartmentProfileCompetency, T>>, Expression<Func<DepartmentProfileCompetency, bool>>, string, string)
public static T[] Bind<T>(Expression<Func<DepartmentProfileCompetency, T>> binder, Expression<Func<DepartmentProfileCompetency, bool>> filter, string modelSort = null, string entitySort = null)
Parameters
binder Expression<Func<DepartmentProfileCompetency, T>>
filter Expression<Func<DepartmentProfileCompetency, bool>>
modelSort string
entitySort string
Returns
- T[]
Type Parameters
T
Count(Expression<Func<DepartmentProfileCompetency, bool>>)
public static int Count(Expression<Func<DepartmentProfileCompetency, bool>> filter)
Parameters
filter Expression<Func<DepartmentProfileCompetency, bool>>
Returns
- int
Exists(Guid)
public static bool Exists(Guid id)
Parameters
id Guid
Returns
- bool
Exists(Expression<Func<DepartmentProfileCompetency, bool>>)
public static bool Exists(Expression<Func<DepartmentProfileCompetency, bool>> filter)
Parameters
filter Expression<Func<DepartmentProfileCompetency, bool>>
Returns
- bool
Select(Guid, params Expression<Func<DepartmentProfileCompetency, object>>[])
public static DepartmentProfileCompetency Select(Guid id, params Expression<Func<DepartmentProfileCompetency, object>>[] includes)
Parameters
id Guid
includes Expression<Func<DepartmentProfileCompetency, object>>[]
Returns
- DepartmentProfileCompetency
Select(Expression<Func<DepartmentProfileCompetency, bool>>, params Expression<Func<DepartmentProfileCompetency, object>>[])
public static IReadOnlyList<DepartmentProfileCompetency> Select(Expression<Func<DepartmentProfileCompetency, bool>> filter, params Expression<Func<DepartmentProfileCompetency, object>>[] includes)
Parameters
filter Expression<Func<DepartmentProfileCompetency, bool>>
includes Expression<Func<DepartmentProfileCompetency, object>>[]
Returns
- IReadOnlyList<DepartmentProfileCompetency>
Select(Expression<Func<DepartmentProfileCompetency, bool>>, string, params Expression<Func<DepartmentProfileCompetency, object>>[])
public static IReadOnlyList<DepartmentProfileCompetency> Select(Expression<Func<DepartmentProfileCompetency, bool>> filter, string sortExpression, params Expression<Func<DepartmentProfileCompetency, object>>[] includes)
Parameters
filter Expression<Func<DepartmentProfileCompetency, bool>>
sortExpression string
includes Expression<Func<DepartmentProfileCompetency, object>>[]
Returns
- IReadOnlyList<DepartmentProfileCompetency>
SelectFirst(Expression<Func<DepartmentProfileCompetency, bool>>, params Expression<Func<DepartmentProfileCompetency, object>>[])
public static DepartmentProfileCompetency SelectFirst(Expression<Func<DepartmentProfileCompetency, bool>> filter, params Expression<Func<DepartmentProfileCompetency, object>>[] includes)
Parameters
filter Expression<Func<DepartmentProfileCompetency, bool>>
includes Expression<Func<DepartmentProfileCompetency, object>>[]
Returns
- DepartmentProfileCompetency