Type.registerNamespace('UKLotteryLive');
UKLotteryLive.PlayBoardServiceSE=function() {
UKLotteryLive.PlayBoardServiceSE.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
UKLotteryLive.PlayBoardServiceSE.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return UKLotteryLive.PlayBoardServiceSE._staticInstance.get_path();},
DrawDates:function(DOW,succeededCallback, failedCallback, userContext) {
/// <param name="DOW" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DrawDates',false,{DOW:DOW},succeededCallback,failedCallback,userContext); },
QuickPick:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'QuickPick',false,{},succeededCallback,failedCallback,userContext); },
GetTempTickets:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTempTickets',false,{},succeededCallback,failedCallback,userContext); },
GetTotalTicketPrice:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'GetTotalTicketPrice',false,{},succeededCallback,failedCallback,userContext); },
SaveNumbersNormal:function(numone,numtwo,numthree,numfour,numfive,numsix,StartDate,Repeat,DOW,playboardid,succeededCallback, failedCallback, userContext) {
/// <param name="numone" type="String">System.String</param>
/// <param name="numtwo" type="String">System.String</param>
/// <param name="numthree" type="String">System.String</param>
/// <param name="numfour" type="String">System.String</param>
/// <param name="numfive" type="String">System.String</param>
/// <param name="numsix" type="String">System.String</param>
/// <param name="StartDate" type="String">System.String</param>
/// <param name="Repeat" type="String">System.String</param>
/// <param name="DOW" type="String">System.String</param>
/// <param name="playboardid" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'SaveNumbersNormal',false,{numone:numone,numtwo:numtwo,numthree:numthree,numfour:numfour,numfive:numfive,numsix:numsix,StartDate:StartDate,Repeat:Repeat,DOW:DOW,playboardid:playboardid},succeededCallback,failedCallback,userContext); },
DeleteNumber:function(LottoNumIndex,succeededCallback, failedCallback, userContext) {
/// <param name="LottoNumIndex" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'DeleteNumber',false,{LottoNumIndex:LottoNumIndex},succeededCallback,failedCallback,userContext); },
PlayLastSE:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'PlayLastSE',false,{},succeededCallback,failedCallback,userContext); }}
UKLotteryLive.PlayBoardServiceSE.registerClass('UKLotteryLive.PlayBoardServiceSE',Sys.Net.WebServiceProxy);
UKLotteryLive.PlayBoardServiceSE._staticInstance = new UKLotteryLive.PlayBoardServiceSE();
UKLotteryLive.PlayBoardServiceSE.set_path = function(value) {
UKLotteryLive.PlayBoardServiceSE._staticInstance.set_path(value); }
UKLotteryLive.PlayBoardServiceSE.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return UKLotteryLive.PlayBoardServiceSE._staticInstance.get_path();}
UKLotteryLive.PlayBoardServiceSE.set_timeout = function(value) {
UKLotteryLive.PlayBoardServiceSE._staticInstance.set_timeout(value); }
UKLotteryLive.PlayBoardServiceSE.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return UKLotteryLive.PlayBoardServiceSE._staticInstance.get_timeout(); }
UKLotteryLive.PlayBoardServiceSE.set_defaultUserContext = function(value) { 
UKLotteryLive.PlayBoardServiceSE._staticInstance.set_defaultUserContext(value); }
UKLotteryLive.PlayBoardServiceSE.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return UKLotteryLive.PlayBoardServiceSE._staticInstance.get_defaultUserContext(); }
UKLotteryLive.PlayBoardServiceSE.set_defaultSucceededCallback = function(value) { 
 UKLotteryLive.PlayBoardServiceSE._staticInstance.set_defaultSucceededCallback(value); }
UKLotteryLive.PlayBoardServiceSE.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return UKLotteryLive.PlayBoardServiceSE._staticInstance.get_defaultSucceededCallback(); }
UKLotteryLive.PlayBoardServiceSE.set_defaultFailedCallback = function(value) { 
UKLotteryLive.PlayBoardServiceSE._staticInstance.set_defaultFailedCallback(value); }
UKLotteryLive.PlayBoardServiceSE.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return UKLotteryLive.PlayBoardServiceSE._staticInstance.get_defaultFailedCallback(); }
UKLotteryLive.PlayBoardServiceSE.set_enableJsonp = function(value) { UKLotteryLive.PlayBoardServiceSE._staticInstance.set_enableJsonp(value); }
UKLotteryLive.PlayBoardServiceSE.get_enableJsonp = function() { 
/// <value type="Boolean">Specifies whether the service supports JSONP for cross domain calling.</value>
return UKLotteryLive.PlayBoardServiceSE._staticInstance.get_enableJsonp(); }
UKLotteryLive.PlayBoardServiceSE.set_jsonpCallbackParameter = function(value) { UKLotteryLive.PlayBoardServiceSE._staticInstance.set_jsonpCallbackParameter(value); }
UKLotteryLive.PlayBoardServiceSE.get_jsonpCallbackParameter = function() { 
/// <value type="String">Specifies the parameter name that contains the callback function name for a JSONP request.</value>
return UKLotteryLive.PlayBoardServiceSE._staticInstance.get_jsonpCallbackParameter(); }
UKLotteryLive.PlayBoardServiceSE.set_path("/PlayBoardServiceSE.asmx");
UKLotteryLive.PlayBoardServiceSE.DrawDates= function(DOW,onSuccess,onFailed,userContext) {
/// <param name="DOW" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
UKLotteryLive.PlayBoardServiceSE._staticInstance.DrawDates(DOW,onSuccess,onFailed,userContext); }
UKLotteryLive.PlayBoardServiceSE.QuickPick= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
UKLotteryLive.PlayBoardServiceSE._staticInstance.QuickPick(onSuccess,onFailed,userContext); }
UKLotteryLive.PlayBoardServiceSE.GetTempTickets= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
UKLotteryLive.PlayBoardServiceSE._staticInstance.GetTempTickets(onSuccess,onFailed,userContext); }
UKLotteryLive.PlayBoardServiceSE.GetTotalTicketPrice= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
UKLotteryLive.PlayBoardServiceSE._staticInstance.GetTotalTicketPrice(onSuccess,onFailed,userContext); }
UKLotteryLive.PlayBoardServiceSE.SaveNumbersNormal= function(numone,numtwo,numthree,numfour,numfive,numsix,StartDate,Repeat,DOW,playboardid,onSuccess,onFailed,userContext) {
/// <param name="numone" type="String">System.String</param>
/// <param name="numtwo" type="String">System.String</param>
/// <param name="numthree" type="String">System.String</param>
/// <param name="numfour" type="String">System.String</param>
/// <param name="numfive" type="String">System.String</param>
/// <param name="numsix" type="String">System.String</param>
/// <param name="StartDate" type="String">System.String</param>
/// <param name="Repeat" type="String">System.String</param>
/// <param name="DOW" type="String">System.String</param>
/// <param name="playboardid" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
UKLotteryLive.PlayBoardServiceSE._staticInstance.SaveNumbersNormal(numone,numtwo,numthree,numfour,numfive,numsix,StartDate,Repeat,DOW,playboardid,onSuccess,onFailed,userContext); }
UKLotteryLive.PlayBoardServiceSE.DeleteNumber= function(LottoNumIndex,onSuccess,onFailed,userContext) {
/// <param name="LottoNumIndex" type="Number">System.Int32</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
UKLotteryLive.PlayBoardServiceSE._staticInstance.DeleteNumber(LottoNumIndex,onSuccess,onFailed,userContext); }
UKLotteryLive.PlayBoardServiceSE.PlayLastSE= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
UKLotteryLive.PlayBoardServiceSE._staticInstance.PlayLastSE(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('System.Data');
if (typeof(System.Data.DataTable) === 'undefined') {
System.Data.DataTable=gtc("System.Data.DataTable");
System.Data.DataTable.registerClass('System.Data.DataTable');
}

