C# 클래스 Foretagsplatsen.Api2.Resources.AgencyResource

파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetUrl ( ) : string
GetUrl ( Agency agency ) : string
GetUrl ( string shortName ) : string

메소드 상세

AgencyResource() 공개 메소드

public AgencyResource ( ApiClient client ) : System.Collections.Generic
client ApiClient
리턴 System.Collections.Generic

Create() 공개 메소드

public Create ( Agency agency ) : Agency
agency Foretagsplatsen.Api2.Entities.Agency
리턴 Foretagsplatsen.Api2.Entities.Agency

Delete() 공개 메소드

public Delete ( Agency agency ) : void
agency Foretagsplatsen.Api2.Entities.Agency
리턴 void

Delete() 공개 메소드

public Delete ( string shortName ) : void
shortName string
리턴 void

Get() 공개 메소드

public Get ( string shortName ) : Agency
shortName string
리턴 Foretagsplatsen.Api2.Entities.Agency

List() 공개 메소드

public List ( ) : List
리턴 List

Update() 공개 메소드

public Update ( Agency agency ) : Agency
agency Foretagsplatsen.Api2.Entities.Agency
리턴 Foretagsplatsen.Api2.Entities.Agency