var WKPoolService=function() {
WKPoolService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WKPoolService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WKPoolService._staticInstance.get_path();},
CheckDeelnemer: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(), 'CheckDeelnemer',false,{},succeededCallback,failedCallback,userContext); },
GetDeelnemers: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(), 'GetDeelnemers',false,{},succeededCallback,failedCallback,userContext); },
GetLanden: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(), 'GetLanden',false,{},succeededCallback,failedCallback,userContext); },
OpslaanExtra:function(d,succeededCallback, failedCallback, userContext) {
/// <param name="d" type="WKDeelnemer">WKDeelnemer</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(), 'OpslaanExtra',false,{d:d},succeededCallback,failedCallback,userContext); },
GetMaxDateExtraVoorspellingen: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(), 'GetMaxDateExtraVoorspellingen',false,{},succeededCallback,failedCallback,userContext); },
GetWedstrijden: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(), 'GetWedstrijden',false,{},succeededCallback,failedCallback,userContext); },
OpslaanVoorspelling:function(ID,Uitslag1,Uitslag2,succeededCallback, failedCallback, userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="Uitslag1" type="String">System.String</param>
/// <param name="Uitslag2" 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(), 'OpslaanVoorspelling',false,{ID:ID,Uitslag1:Uitslag1,Uitslag2:Uitslag2},succeededCallback,failedCallback,userContext); },
GetVoorspellingen: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(), 'GetVoorspellingen',false,{},succeededCallback,failedCallback,userContext); },
GetVoorspellingenDef:function(WedstrijdID,succeededCallback, failedCallback, userContext) {
/// <param name="WedstrijdID" 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(), 'GetVoorspellingenDef',false,{WedstrijdID:WedstrijdID},succeededCallback,failedCallback,userContext); },
GetPuntenOverview:function(DeelnemerID,succeededCallback, failedCallback, userContext) {
/// <param name="DeelnemerID" 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(), 'GetPuntenOverview',false,{DeelnemerID:DeelnemerID},succeededCallback,failedCallback,userContext); },
GetDeelnemerInfo:function(DeelnemerID,succeededCallback, failedCallback, userContext) {
/// <param name="DeelnemerID" 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(), 'GetDeelnemerInfo',false,{DeelnemerID:DeelnemerID},succeededCallback,failedCallback,userContext); }}
WKPoolService.registerClass('WKPoolService',Sys.Net.WebServiceProxy);
WKPoolService._staticInstance = new WKPoolService();
WKPoolService.set_path = function(value) {
WKPoolService._staticInstance.set_path(value); }
WKPoolService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return WKPoolService._staticInstance.get_path();}
WKPoolService.set_timeout = function(value) {
WKPoolService._staticInstance.set_timeout(value); }
WKPoolService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return WKPoolService._staticInstance.get_timeout(); }
WKPoolService.set_defaultUserContext = function(value) { 
WKPoolService._staticInstance.set_defaultUserContext(value); }
WKPoolService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return WKPoolService._staticInstance.get_defaultUserContext(); }
WKPoolService.set_defaultSucceededCallback = function(value) { 
 WKPoolService._staticInstance.set_defaultSucceededCallback(value); }
WKPoolService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return WKPoolService._staticInstance.get_defaultSucceededCallback(); }
WKPoolService.set_defaultFailedCallback = function(value) { 
WKPoolService._staticInstance.set_defaultFailedCallback(value); }
WKPoolService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return WKPoolService._staticInstance.get_defaultFailedCallback(); }
WKPoolService.set_path("/WKPoolService.asmx");
WKPoolService.CheckDeelnemer= 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>
WKPoolService._staticInstance.CheckDeelnemer(onSuccess,onFailed,userContext); }
WKPoolService.GetDeelnemers= 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>
WKPoolService._staticInstance.GetDeelnemers(onSuccess,onFailed,userContext); }
WKPoolService.GetLanden= 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>
WKPoolService._staticInstance.GetLanden(onSuccess,onFailed,userContext); }
WKPoolService.OpslaanExtra= function(d,onSuccess,onFailed,userContext) {
/// <param name="d" type="WKDeelnemer">WKDeelnemer</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>
WKPoolService._staticInstance.OpslaanExtra(d,onSuccess,onFailed,userContext); }
WKPoolService.GetMaxDateExtraVoorspellingen= 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>
WKPoolService._staticInstance.GetMaxDateExtraVoorspellingen(onSuccess,onFailed,userContext); }
WKPoolService.GetWedstrijden= 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>
WKPoolService._staticInstance.GetWedstrijden(onSuccess,onFailed,userContext); }
WKPoolService.OpslaanVoorspelling= function(ID,Uitslag1,Uitslag2,onSuccess,onFailed,userContext) {
/// <param name="ID" type="Number">System.Int32</param>
/// <param name="Uitslag1" type="String">System.String</param>
/// <param name="Uitslag2" 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>
WKPoolService._staticInstance.OpslaanVoorspelling(ID,Uitslag1,Uitslag2,onSuccess,onFailed,userContext); }
WKPoolService.GetVoorspellingen= 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>
WKPoolService._staticInstance.GetVoorspellingen(onSuccess,onFailed,userContext); }
WKPoolService.GetVoorspellingenDef= function(WedstrijdID,onSuccess,onFailed,userContext) {
/// <param name="WedstrijdID" 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>
WKPoolService._staticInstance.GetVoorspellingenDef(WedstrijdID,onSuccess,onFailed,userContext); }
WKPoolService.GetPuntenOverview= function(DeelnemerID,onSuccess,onFailed,userContext) {
/// <param name="DeelnemerID" 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>
WKPoolService._staticInstance.GetPuntenOverview(DeelnemerID,onSuccess,onFailed,userContext); }
WKPoolService.GetDeelnemerInfo= function(DeelnemerID,onSuccess,onFailed,userContext) {
/// <param name="DeelnemerID" 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>
WKPoolService._staticInstance.GetDeelnemerInfo(DeelnemerID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(WKDeelnemer) === 'undefined') {
var WKDeelnemer=gtc("WKDeelnemer");
WKDeelnemer.registerClass('WKDeelnemer');
}
if (typeof(WKLand) === 'undefined') {
var WKLand=gtc("WKLand");
WKLand.registerClass('WKLand');
}
if (typeof(WKWedstrijd) === 'undefined') {
var WKWedstrijd=gtc("WKWedstrijd");
WKWedstrijd.registerClass('WKWedstrijd');
}
if (typeof(WKVoorspelling) === 'undefined') {
var WKVoorspelling=gtc("WKVoorspelling");
WKVoorspelling.registerClass('WKVoorspelling');
}
if (typeof(WKPuntenOverview) === 'undefined') {
var WKPuntenOverview=gtc("WKPuntenOverview");
WKPuntenOverview.registerClass('WKPuntenOverview');
}
