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

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

공개 메소드들

메소드 설명
CompanyKeyFigureDataResource ( ApiClient client, CompanyInfo company ) : System.Collections.Generic
CompanyKeyFigureDataResource ( ApiClient client, string companyId ) : System.Collections.Generic
Delete ( FiscalYear fiscalYear ) : void
Delete ( string fiscalYearId ) : void
List ( string fiscalYearId ) : List
Update ( string fiscalYearId, List listOfKeyFigureData ) : List

비공개 메소드들

메소드 설명
GetUrl ( string fiscalYearId ) : string

메소드 상세

CompanyKeyFigureDataResource() 공개 메소드

public CompanyKeyFigureDataResource ( ApiClient client, CompanyInfo company ) : System.Collections.Generic
client ApiClient
company Foretagsplatsen.Api2.Entities.Company.CompanyInfo
리턴 System.Collections.Generic

CompanyKeyFigureDataResource() 공개 메소드

public CompanyKeyFigureDataResource ( ApiClient client, string companyId ) : System.Collections.Generic
client ApiClient
companyId string
리턴 System.Collections.Generic

Delete() 공개 메소드

public Delete ( FiscalYear fiscalYear ) : void
fiscalYear Foretagsplatsen.Api2.Entities.FiscalYear
리턴 void

Delete() 공개 메소드

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

List() 공개 메소드

public List ( string fiscalYearId ) : List
fiscalYearId string
리턴 List

Update() 공개 메소드

public Update ( string fiscalYearId, List listOfKeyFigureData ) : List
fiscalYearId string
listOfKeyFigureData List
리턴 List