Table of Contents

Class VCmdsCompetencyOrganizationRepository

Namespace
InSite.Persistence.Plugin.CMDS
Assembly
InSite.Persistence.dll
public static class VCmdsCompetencyOrganizationRepository
Inheritance
VCmdsCompetencyOrganizationRepository
Inherited Members

Methods

CountByOrganization(Guid)

public static int CountByOrganization(Guid organizationId)

Parameters

organizationId Guid

Returns

int

DeleteUnusedByOrganizationIdentifier(Guid)

public static void DeleteUnusedByOrganizationIdentifier(Guid organizationId)

Parameters

organizationId Guid

DeleteUnusedByProfileId(Guid)

public static void DeleteUnusedByProfileId(Guid profileStandardId)

Parameters

profileStandardId Guid

Initialize(Action<ICommand>, Action<IEnumerable<ICommand>>)

public static void Initialize(Action<ICommand> sendCommand, Action<IEnumerable<ICommand>> sendCommands)

Parameters

sendCommand Action<ICommand>
sendCommands Action<IEnumerable<ICommand>>

InsertProfileCompetencies(Guid)

public static void InsertProfileCompetencies(Guid profileStandardIdentifier)

Parameters

profileStandardIdentifier Guid

InsertProfileCompetencies(Guid, Guid)

public static void InsertProfileCompetencies(Guid organizationId, Guid profileStandardIdentifier)

Parameters

organizationId Guid
profileStandardIdentifier Guid

Select(Guid, Guid)

public static VCmdsCompetencyOrganization Select(Guid organizationId, Guid competencyId)

Parameters

organizationId Guid
competencyId Guid

Returns

VCmdsCompetencyOrganization

UpdateCompanyCompetencies()

public static int UpdateCompanyCompetencies()

Returns

int