Ejemplo n.º 1
0
 public GetProfileScoreRequestBody(double BestScore, System.DateTime BestSCoreDatetime, SoftSkill.ArrayOfDateTime LastScoresDateTime, SoftSkill.ArrayOfDouble LastScores, double PlayerPlayP, double PlayerPlayL, double PlayerPlayA, double PlayerPlayY, double GamePlayP, double GamePlayL, double GamePlayA, double GamePlayY)
 {
     this.BestScore          = BestScore;
     this.BestSCoreDatetime  = BestSCoreDatetime;
     this.LastScoresDateTime = LastScoresDateTime;
     this.LastScores         = LastScores;
     this.PlayerPlayP        = PlayerPlayP;
     this.PlayerPlayL        = PlayerPlayL;
     this.PlayerPlayA        = PlayerPlayA;
     this.PlayerPlayY        = PlayerPlayY;
     this.GamePlayP          = GamePlayP;
     this.GamePlayL          = GamePlayL;
     this.GamePlayA          = GamePlayA;
     this.GamePlayY          = GamePlayY;
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <SoftSkill.GetProfileScoreResponse> GetProfileScoreAsync(double BestScore, System.DateTime BestSCoreDatetime, SoftSkill.ArrayOfDateTime LastScoresDateTime, SoftSkill.ArrayOfDouble LastScores, double PlayerPlayP, double PlayerPlayL, double PlayerPlayA, double PlayerPlayY, double GamePlayP, double GamePlayL, double GamePlayA, double GamePlayY)
 {
     SoftSkill.GetProfileScoreRequest inValue = new SoftSkill.GetProfileScoreRequest();
     inValue.Body                    = new SoftSkill.GetProfileScoreRequestBody();
     inValue.Body.BestScore          = BestScore;
     inValue.Body.BestSCoreDatetime  = BestSCoreDatetime;
     inValue.Body.LastScoresDateTime = LastScoresDateTime;
     inValue.Body.LastScores         = LastScores;
     inValue.Body.PlayerPlayP        = PlayerPlayP;
     inValue.Body.PlayerPlayL        = PlayerPlayL;
     inValue.Body.PlayerPlayA        = PlayerPlayA;
     inValue.Body.PlayerPlayY        = PlayerPlayY;
     inValue.Body.GamePlayP          = GamePlayP;
     inValue.Body.GamePlayL          = GamePlayL;
     inValue.Body.GamePlayA          = GamePlayA;
     inValue.Body.GamePlayY          = GamePlayY;
     return(((SoftSkill.wsTestPlayPublicSoap)(this)).GetProfileScoreAsync(inValue));
 }