C# Class Foretagsplatsen.Api2.Resources.CompanyKeyFigureValueResource

显示文件 Open project: foretagsplatsen/Foretagsplatsen-DotNet-API

Public Methods

Method Description
CompanyKeyFigureValueResource ( ApiClient client, CompanyInfo company ) : System
CompanyKeyFigureValueResource ( ApiClient client, string companyId ) : System
Get ( string keyFigureId ) : KeyFigureResult
Get ( string keyFigureId, System.DateTime startDate, System.DateTime endDate ) : KeyFigureResult
List ( ) : List
List ( System.DateTime startDate, System.DateTime endDate ) : List

Private Methods

Method Description
GetUrl ( ) : string
GetUrl ( System.DateTime startDate, System.DateTime endDate ) : string
GetUrl ( string keyFigureId ) : string
GetUrl ( string keyFigureId, System.DateTime startDate, System.DateTime endDate ) : string

Method Details

CompanyKeyFigureValueResource() public method

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

CompanyKeyFigureValueResource() public method

public CompanyKeyFigureValueResource ( ApiClient client, string companyId ) : System
client ApiClient
companyId string
return System

Get() public method

public Get ( string keyFigureId ) : KeyFigureResult
keyFigureId string
return Foretagsplatsen.Api2.Entities.KeyFigures.KeyFigureResult

Get() public method

public Get ( string keyFigureId, System.DateTime startDate, System.DateTime endDate ) : KeyFigureResult
keyFigureId string
startDate System.DateTime
endDate System.DateTime
return Foretagsplatsen.Api2.Entities.KeyFigures.KeyFigureResult

List() public method

public List ( ) : List
return List

List() public method

public List ( System.DateTime startDate, System.DateTime endDate ) : List
startDate System.DateTime
endDate System.DateTime
return List