C# Class inBloomApiLibrary.CompetencyLevelDescriptorDataService

Competency Level Descriptor Service
Inheritance: ServiceBase
显示文件 Open project: upeo/inbloom-dotnet

Public Methods

Method Description
DeleteCompetencyLevelDescriptor ( string accessToken, string competencyId ) : string

Deletes competency level descriptor details.

DeleteCompetencyLevelDescriptorTypes ( string accessToken, string competencyId ) : string

Deletes competency level descriptor types details.

GetCompetencyLevelDescriptor ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets competency level descriptor details.

GetCompetencyLevelDescriptorById ( string accessToken, string competencyId ) : Newtonsoft.Json.Linq.JArray

Gets competency level descriptor by id.

GetCompetencyLevelDescriptorCustom ( string accessToken, string competencyId ) : Newtonsoft.Json.Linq.JArray

Gets competency level descriptor custom details.

GetCompetencyLevelDescriptorTypeById ( string accessToken, string competencyId ) : Newtonsoft.Json.Linq.JArray

Gets competency level descriptor types by id.

GetCompetencyLevelDescriptorTypeCustom ( string accessToken, string competencyId ) : Newtonsoft.Json.Linq.JArray

Gets competency level descriptor types custom details.

GetCompetencyLevelDescriptorTypes ( string accessToken ) : Newtonsoft.Json.Linq.JArray

Gets competency level descriptor types.

PostCompetencyLevelDescriptor ( string accessToken, string data ) : string

Creates competency level descriptor details.

PostCompetencyLevelDescriptorTypes ( string accessToken, string data ) : string

Creates competency level descriptor types details.

PutCompetencyLevelDescriptor ( string accessToken, string data, string competencyId ) : string

Updates competency level descriptor details.

PutCompetencyLevelDescriptorTypes ( string accessToken, string data, string competencyId ) : string

Updates competency level descriptor types details.

Method Details

DeleteCompetencyLevelDescriptor() public method

Deletes competency level descriptor details.
public DeleteCompetencyLevelDescriptor ( string accessToken, string competencyId ) : string
accessToken string Access token given by the athentication
competencyId string
return string

DeleteCompetencyLevelDescriptorTypes() public method

Deletes competency level descriptor types details.
public DeleteCompetencyLevelDescriptorTypes ( string accessToken, string competencyId ) : string
accessToken string Access Token Given by the athentication
competencyId string
return string

GetCompetencyLevelDescriptor() public method

Gets competency level descriptor details.
public GetCompetencyLevelDescriptor ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string Access token given by the athentication
return Newtonsoft.Json.Linq.JArray

GetCompetencyLevelDescriptorById() public method

Gets competency level descriptor by id.
public GetCompetencyLevelDescriptorById ( string accessToken, string competencyId ) : Newtonsoft.Json.Linq.JArray
accessToken string Access Token Given by the athentication
competencyId string Competency id
return Newtonsoft.Json.Linq.JArray

GetCompetencyLevelDescriptorCustom() public method

Gets competency level descriptor custom details.
public GetCompetencyLevelDescriptorCustom ( string accessToken, string competencyId ) : Newtonsoft.Json.Linq.JArray
accessToken string Access Token Given by the athentication
competencyId string competency id
return Newtonsoft.Json.Linq.JArray

GetCompetencyLevelDescriptorTypeById() public method

Gets competency level descriptor types by id.
public GetCompetencyLevelDescriptorTypeById ( string accessToken, string competencyId ) : Newtonsoft.Json.Linq.JArray
accessToken string Access Token Given by the athentication
competencyId string
return Newtonsoft.Json.Linq.JArray

GetCompetencyLevelDescriptorTypeCustom() public method

Gets competency level descriptor types custom details.
public GetCompetencyLevelDescriptorTypeCustom ( string accessToken, string competencyId ) : Newtonsoft.Json.Linq.JArray
accessToken string Access Token Given by the athentication
competencyId string
return Newtonsoft.Json.Linq.JArray

GetCompetencyLevelDescriptorTypes() public method

Gets competency level descriptor types.
public GetCompetencyLevelDescriptorTypes ( string accessToken ) : Newtonsoft.Json.Linq.JArray
accessToken string Access Token Given by the athentication
return Newtonsoft.Json.Linq.JArray

PostCompetencyLevelDescriptor() public method

Creates competency level descriptor details.
public PostCompetencyLevelDescriptor ( string accessToken, string data ) : string
accessToken string Access token given by the athentication
data string
return string

PostCompetencyLevelDescriptorTypes() public method

Creates competency level descriptor types details.
public PostCompetencyLevelDescriptorTypes ( string accessToken, string data ) : string
accessToken string
data string
return string

PutCompetencyLevelDescriptor() public method

Updates competency level descriptor details.
public PutCompetencyLevelDescriptor ( string accessToken, string data, string competencyId ) : string
accessToken string Access token given by the athentication
data string
competencyId string
return string

PutCompetencyLevelDescriptorTypes() public method

Updates competency level descriptor types details.
public PutCompetencyLevelDescriptorTypes ( string accessToken, string data, string competencyId ) : string
accessToken string
data string
competencyId string
return string