Class DepartmentProfileCompetencyStore
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public static class DepartmentProfileCompetencyStore
- Inheritance
-
DepartmentProfileCompetencyStore
- Inherited Members
Methods
Delete(IEnumerable<DepartmentProfileCompetency>)
public static void Delete(IEnumerable<DepartmentProfileCompetency> entities)
Parameters
entitiesIEnumerable<DepartmentProfileCompetency>
Insert(DepartmentProfileCompetency)
public static void Insert(DepartmentProfileCompetency entity)
Parameters
entityDepartmentProfileCompetency
InsertUpdateDelete(IEnumerable<DepartmentProfileCompetency>, IEnumerable<DepartmentProfileCompetency>, IEnumerable<DepartmentProfileCompetency>)
public static void InsertUpdateDelete(IEnumerable<DepartmentProfileCompetency> insertList, IEnumerable<DepartmentProfileCompetency> updateList, IEnumerable<DepartmentProfileCompetency> deleteList)
Parameters
insertListIEnumerable<DepartmentProfileCompetency>updateListIEnumerable<DepartmentProfileCompetency>deleteListIEnumerable<DepartmentProfileCompetency>
Update(DepartmentProfileCompetency)
public static void Update(DepartmentProfileCompetency entity)
Parameters
entityDepartmentProfileCompetency