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

Rest resource for key figures https://web.foretagsplatsen.se/Api/Company/x/KeyFigures/y where x = business identity code and y is the key figure wanted
파일 보기 프로젝트 열기: foretagsplatsen/Foretagsplatsen-DotNet-API

Private Properties

프로퍼티 타입 설명
CreateKeyFigure IKeyFigure

공개 메소드들

메소드 설명
GetAllKeyFigures ( ) : List

Return a list with all key figures

GetAllKeyFigures ( System.DateTime startDate, System.DateTime endDate ) : List

Return a list with all key figures

GetGrossProfit ( ) : GrossProfit

Return data for Cross margin key figure

GetGrossProfit ( System.DateTime startDate, System.DateTime endDate ) : GrossProfit

Return data for Cross margin key figure with limits for start and end date

GetGrossProfitMargin ( ) : GrossProfitMargin

Return key figures for gross profit margin

GetGrossProfitMargin ( System.DateTime startDate, System.DateTime endDate ) : GrossProfitMargin

Return data for gross profit margin key figure with limits for start and end date

GetNetProfitMargin ( System.DateTime startDate, System.DateTime endDate ) : NetProfitMargin

Return data for net profit margin key figure with limits for start and end date

GetPreliminaryResult ( System.DateTime startDate, System.DateTime endDate ) : PreliminaryResult

Return data for accumulated result key figure with limits for start and end date

GetProfit ( ) : Profit

Return key figures for profit

GetProfit ( System.DateTime startDate, System.DateTime endDate ) : Profit

Return data for profit key figure with limits for start and end date

GetTurnover ( ) : Turnover

Return key figures for turnover

GetTurnover ( System.DateTime startDate, System.DateTime endDate ) : Turnover

Return data for turnover key figure with limits for start and end date

KeyFigureResource ( ApiClient client, string businessIdentityCode ) : System

비공개 메소드들

메소드 설명
CreateKeyFigure ( JToken keyFigureData ) : IKeyFigure

Create and return a key figure from a JToken json data

메소드 상세

GetAllKeyFigures() 공개 메소드

Return a list with all key figures
public GetAllKeyFigures ( ) : List
리턴 List

GetAllKeyFigures() 공개 메소드

Return a list with all key figures
public GetAllKeyFigures ( System.DateTime startDate, System.DateTime endDate ) : List
startDate System.DateTime Date to start fetch data from
endDate System.DateTime Date to stop fetch data from
리턴 List

GetGrossProfit() 공개 메소드

Return data for Cross margin key figure
public GetGrossProfit ( ) : GrossProfit
리턴 GrossProfit

GetGrossProfit() 공개 메소드

Return data for Cross margin key figure with limits for start and end date
public GetGrossProfit ( System.DateTime startDate, System.DateTime endDate ) : GrossProfit
startDate System.DateTime Date to start fetch data from
endDate System.DateTime Date to stop fetch data from
리턴 GrossProfit

GetGrossProfitMargin() 공개 메소드

Return key figures for gross profit margin
public GetGrossProfitMargin ( ) : GrossProfitMargin
리턴 GrossProfitMargin

GetGrossProfitMargin() 공개 메소드

Return data for gross profit margin key figure with limits for start and end date
public GetGrossProfitMargin ( System.DateTime startDate, System.DateTime endDate ) : GrossProfitMargin
startDate System.DateTime Date to start fetch data from
endDate System.DateTime Date to stop fetch data from
리턴 GrossProfitMargin

GetNetProfitMargin() 공개 메소드

Return data for net profit margin key figure with limits for start and end date
public GetNetProfitMargin ( System.DateTime startDate, System.DateTime endDate ) : NetProfitMargin
startDate System.DateTime Date to start fetch data from
endDate System.DateTime Date to stop fetch data from
리턴 NetProfitMargin

GetPreliminaryResult() 공개 메소드

Return data for accumulated result key figure with limits for start and end date
public GetPreliminaryResult ( System.DateTime startDate, System.DateTime endDate ) : PreliminaryResult
startDate System.DateTime Date to start fetch data from
endDate System.DateTime Date to stop fetch data from
리턴 PreliminaryResult

GetProfit() 공개 메소드

Return key figures for profit
public GetProfit ( ) : Profit
리턴 Profit

GetProfit() 공개 메소드

Return data for profit key figure with limits for start and end date
public GetProfit ( System.DateTime startDate, System.DateTime endDate ) : Profit
startDate System.DateTime Date to start fetch data from
endDate System.DateTime Date to stop fetch data from
리턴 Profit

GetTurnover() 공개 메소드

Return key figures for turnover
public GetTurnover ( ) : Turnover
리턴 Turnover

GetTurnover() 공개 메소드

Return data for turnover key figure with limits for start and end date
public GetTurnover ( System.DateTime startDate, System.DateTime endDate ) : Turnover
startDate System.DateTime Date to start fetch data from
endDate System.DateTime Date to stop fetch data from
리턴 Turnover

KeyFigureResource() 공개 메소드

public KeyFigureResource ( ApiClient client, string businessIdentityCode ) : System
client ApiClient
businessIdentityCode string
리턴 System