C# 클래스 StockTrendPredictionActor.ProductStockTrend

파일 보기 프로젝트 열기: Azure-Samples/service-fabric-dotnet-data-streaming-websockets 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddOrder ( ProductPurchase purchase, int notificationAttempts ) : void
Reset ( System.DateTime minDate, System.DateTime maxDate ) : void
ToProductPrediction ( ) : ProductStockPrediction

메소드 상세

AddOrder() 공개 메소드

public AddOrder ( ProductPurchase purchase, int notificationAttempts ) : void
purchase ProductPurchase
notificationAttempts int
리턴 void

Reset() 공개 메소드

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

ToProductPrediction() 공개 메소드

public ToProductPrediction ( ) : ProductStockPrediction
리턴 Common.Model.ProductStockPrediction