Table of Contents

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

entities IEnumerable<DepartmentProfileCompetency>

Insert(DepartmentProfileCompetency)

public static void Insert(DepartmentProfileCompetency entity)

Parameters

entity DepartmentProfileCompetency

InsertUpdateDelete(IEnumerable<DepartmentProfileCompetency>, IEnumerable<DepartmentProfileCompetency>, IEnumerable<DepartmentProfileCompetency>)

public static void InsertUpdateDelete(IEnumerable<DepartmentProfileCompetency> insertList, IEnumerable<DepartmentProfileCompetency> updateList, IEnumerable<DepartmentProfileCompetency> deleteList)

Parameters

insertList IEnumerable<DepartmentProfileCompetency>
updateList IEnumerable<DepartmentProfileCompetency>
deleteList IEnumerable<DepartmentProfileCompetency>

Update(DepartmentProfileCompetency)

public static void Update(DepartmentProfileCompetency entity)

Parameters

entity DepartmentProfileCompetency