C# Class Foretagsplatsen.Api2.Resources.CompanyKeyFigureDataResource

Show file Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Public Methods

Method Description
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

Private Methods

Method Description
GetUrl ( string fiscalYearId ) : string

Method Details

CompanyKeyFigureDataResource() public method

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

CompanyKeyFigureDataResource() public method

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

Delete() public method

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

Delete() public method

public Delete ( string fiscalYearId ) : void
fiscalYearId string
return void

List() public method

public List ( string fiscalYearId ) : List
fiscalYearId string
return List

Update() public method

public Update ( string fiscalYearId, List listOfKeyFigureData ) : List
fiscalYearId string
listOfKeyFigureData List
return List