C# Class StockTrendPredictionActor.ProductStockTrend

Afficher le fichier Open project: Azure-Samples/service-fabric-dotnet-data-streaming-websockets Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

AddOrder() public méthode

public AddOrder ( ProductPurchase purchase, int notificationAttempts ) : void
purchase ProductPurchase
notificationAttempts int
Résultat void

Reset() public méthode

public Reset ( System.DateTime minDate, System.DateTime maxDate ) : void
minDate System.DateTime
maxDate System.DateTime
Résultat void

ToProductPrediction() public méthode

public ToProductPrediction ( ) : ProductStockPrediction
Résultat Common.Model.ProductStockPrediction