C# Class Foretagsplatsen.Api2.Resources.AgencyResource

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

Méthodes publiques

Méthode Description
AgencyResource ( ApiClient client ) : System.Collections.Generic
Create ( Agency agency ) : Agency
Delete ( Agency agency ) : void
Delete ( string shortName ) : void
Get ( string shortName ) : Agency
List ( ) : List
Update ( Agency agency ) : Agency

Private Methods

Méthode Description
GetUrl ( ) : string
GetUrl ( Agency agency ) : string
GetUrl ( string shortName ) : string

Method Details

AgencyResource() public méthode

public AgencyResource ( ApiClient client ) : System.Collections.Generic
client ApiClient
Résultat System.Collections.Generic

Create() public méthode

public Create ( Agency agency ) : Agency
agency Foretagsplatsen.Api2.Entities.Agency
Résultat Foretagsplatsen.Api2.Entities.Agency

Delete() public méthode

public Delete ( Agency agency ) : void
agency Foretagsplatsen.Api2.Entities.Agency
Résultat void

Delete() public méthode

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

Get() public méthode

public Get ( string shortName ) : Agency
shortName string
Résultat Foretagsplatsen.Api2.Entities.Agency

List() public méthode

public List ( ) : List
Résultat List

Update() public méthode

public Update ( Agency agency ) : Agency
agency Foretagsplatsen.Api2.Entities.Agency
Résultat Foretagsplatsen.Api2.Entities.Agency