C# 클래스 Sequencing.WeatherApp.Controllers.AppChain.PersonalizedRecommendationsWorker

Produces personalized recommendations
파일 보기 프로젝트 열기: SequencingDOTcom/Weather-My-Way-RTP-app 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
logger log4net.ILog

공개 메소드들

메소드 설명
GetRecommendation ( ForecastRequest request, AppChainResults acr, string userName, int appId ) : List

Returns PR for given weather/alert/app-chains. First scans for alerts, then for regular weather conditions.

비공개 메소드들

메소드 설명
CompareLower ( string s1, string s2 ) : bool
GetRecommendationImpl ( ForecastRequest request, string risk, bool vitD, string userName, int appId ) : List

Exact implementation for searching for PR on given weather/melanoma risk/vitd status.

메소드 상세

GetRecommendation() 공개 메소드

Returns PR for given weather/alert/app-chains. First scans for alerts, then for regular weather conditions.
public GetRecommendation ( ForecastRequest request, AppChainResults acr, string userName, int appId ) : List
request Sequencing.WeatherApp.Controllers.DaoLayer.ForecastRequest
acr AppChainResults
userName string
appId int
리턴 List

프로퍼티 상세

logger 공개적으로 프로퍼티

public ILog,log4net logger
리턴 log4net.ILog