C# Class StockTrendPredictionActor.ProductStockTrend

Mostra file Open project: Azure-Samples/service-fabric-dotnet-data-streaming-websockets Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddOrder ( ProductPurchase purchase, int notificationAttempts ) : void
Reset ( System.DateTime minDate, System.DateTime maxDate ) : void
ToProductPrediction ( ) : ProductStockPrediction

Method Details

AddOrder() public method

public AddOrder ( ProductPurchase purchase, int notificationAttempts ) : void
purchase ProductPurchase
notificationAttempts int
return void

Reset() public method

public Reset ( System.DateTime minDate, System.DateTime maxDate ) : void
minDate System.DateTime
maxDate System.DateTime
return void

ToProductPrediction() public method

public ToProductPrediction ( ) : ProductStockPrediction
return Common.Model.ProductStockPrediction