C# Class Foretagsplatsen.Api2.Resources.AgencyCompanyResource

Afficher le fichier Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Méthodes publiques

Méthode Description
AgencyCompanyResource ( ApiClient client, Agency agency ) : System.Collections.Generic
AgencyCompanyResource ( ApiClient client, string agencyShortName ) : System.Collections.Generic
Create ( CompanyInfo company ) : CompanyInfo
Delete ( CompanyInfo company ) : void
Delete ( string companyId ) : void
Get ( string companyId ) : CompanyInfo
List ( ) : List
Update ( CompanyInfo company ) : CompanyInfo

Private Methods

Méthode Description
GetUrl ( ) : string
GetUrl ( CompanyInfo companyInfo ) : string
GetUrl ( string companyId ) : string

Method Details

AgencyCompanyResource() public méthode

public AgencyCompanyResource ( ApiClient client, Agency agency ) : System.Collections.Generic
client ApiClient
agency Foretagsplatsen.Api2.Entities.Agency
Résultat System.Collections.Generic

AgencyCompanyResource() public méthode

public AgencyCompanyResource ( ApiClient client, string agencyShortName ) : System.Collections.Generic
client ApiClient
agencyShortName string
Résultat System.Collections.Generic

Create() public méthode

public Create ( CompanyInfo company ) : CompanyInfo
company Foretagsplatsen.Api2.Entities.Company.CompanyInfo
Résultat Foretagsplatsen.Api2.Entities.Company.CompanyInfo

Delete() public méthode

public Delete ( CompanyInfo company ) : void
company Foretagsplatsen.Api2.Entities.Company.CompanyInfo
Résultat void

Delete() public méthode

public Delete ( string companyId ) : void
companyId string
Résultat void

Get() public méthode

public Get ( string companyId ) : CompanyInfo
companyId string
Résultat Foretagsplatsen.Api2.Entities.Company.CompanyInfo

List() public méthode

public List ( ) : List
Résultat List

Update() public méthode

public Update ( CompanyInfo company ) : CompanyInfo
company Foretagsplatsen.Api2.Entities.Company.CompanyInfo
Résultat Foretagsplatsen.Api2.Entities.Company.CompanyInfo