C# 클래스 Foretagsplatsen.Api.Resources.FiscalYearResource

Fiscal year REST resource: https://web.foretagsplatsen.se/Api/Company/{businessIdentityCode}/FiscalYear/
파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API

공개 메소드들

메소드 설명
Delete ( FiscalYear year ) : void

Delete a fiscal year.

Delete ( string fiscalYearId ) : void

Delete a fiscal year.

FiscalYearResource ( ApiClient client, CompanyInfo company ) : System.Collections.Generic

Instantiates a new FiscalYearResource object.

FiscalYearResource ( ApiClient client, string businessIdentityCode ) : System.Collections.Generic

Instantiates a new FiscalYearResource object.

GetCollectionUrl ( ) : string

Url for the fiscal year collection resource.

GetUrl ( string fiscalYearId ) : string

Url for the fiscal year resource.

List ( ) : List

List all fiscal years for a company

메소드 상세

Delete() 공개 메소드

Delete a fiscal year.
public Delete ( FiscalYear year ) : void
year Foretagsplatsen.Api.Entities.FiscalYear Identifier for fiscal year.
리턴 void

Delete() 공개 메소드

Delete a fiscal year.
public Delete ( string fiscalYearId ) : void
fiscalYearId string Identifier for fiscal year.
리턴 void

FiscalYearResource() 공개 메소드

Instantiates a new FiscalYearResource object.
public FiscalYearResource ( ApiClient client, CompanyInfo company ) : System.Collections.Generic
client ApiClient REST client
company Foretagsplatsen.Api.Entities.CompanyInfo Company
리턴 System.Collections.Generic

FiscalYearResource() 공개 메소드

Instantiates a new FiscalYearResource object.
public FiscalYearResource ( ApiClient client, string businessIdentityCode ) : System.Collections.Generic
client ApiClient REST client
businessIdentityCode string Business identity code for company.
리턴 System.Collections.Generic

GetCollectionUrl() 공개 메소드

Url for the fiscal year collection resource.
public GetCollectionUrl ( ) : string
리턴 string

GetUrl() 공개 메소드

Url for the fiscal year resource.
public GetUrl ( string fiscalYearId ) : string
fiscalYearId string Identifier for fiscal year.
리턴 string

List() 공개 메소드

List all fiscal years for a company
public List ( ) : List
리턴 List