var HBService=function() {
HBService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
HBService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return HBService._staticInstance.get_path();},
WebParameter_UpdateRaceNumber:function(EntryFormID,PrevRaceNo,ShowDeleted,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'WebParameter_UpdateRaceNumber',false,{EntryFormID:EntryFormID,PrevRaceNo:PrevRaceNo,ShowDeleted:ShowDeleted},succeededCallback,failedCallback,userContext); },
GetAge:function(olddate,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetAge',false,{olddate:olddate},succeededCallback,failedCallback,userContext); },
HumberBridge_EntryForm_UpdateRaceNo1:function(EntryFormID,PrevRaceNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'HumberBridge_EntryForm_UpdateRaceNo1',false,{EntryFormID:EntryFormID,PrevRaceNumber:PrevRaceNumber},succeededCallback,failedCallback,userContext); }}
HBService.registerClass('HBService',Sys.Net.WebServiceProxy);
HBService._staticInstance = new HBService();
HBService.set_path = function(value) { HBService._staticInstance.set_path(value); }
HBService.get_path = function() { return HBService._staticInstance.get_path(); }
HBService.set_timeout = function(value) { HBService._staticInstance.set_timeout(value); }
HBService.get_timeout = function() { return HBService._staticInstance.get_timeout(); }
HBService.set_defaultUserContext = function(value) { HBService._staticInstance.set_defaultUserContext(value); }
HBService.get_defaultUserContext = function() { return HBService._staticInstance.get_defaultUserContext(); }
HBService.set_defaultSucceededCallback = function(value) { HBService._staticInstance.set_defaultSucceededCallback(value); }
HBService.get_defaultSucceededCallback = function() { return HBService._staticInstance.get_defaultSucceededCallback(); }
HBService.set_defaultFailedCallback = function(value) { HBService._staticInstance.set_defaultFailedCallback(value); }
HBService.get_defaultFailedCallback = function() { return HBService._staticInstance.get_defaultFailedCallback(); }
HBService.set_path("/HBService.asmx");
HBService.WebParameter_UpdateRaceNumber= function(EntryFormID,PrevRaceNo,ShowDeleted,onSuccess,onFailed,userContext) {HBService._staticInstance.WebParameter_UpdateRaceNumber(EntryFormID,PrevRaceNo,ShowDeleted,onSuccess,onFailed,userContext); }
HBService.GetAge= function(olddate,onSuccess,onFailed,userContext) {HBService._staticInstance.GetAge(olddate,onSuccess,onFailed,userContext); }
HBService.HumberBridge_EntryForm_UpdateRaceNo1= function(EntryFormID,PrevRaceNumber,onSuccess,onFailed,userContext) {HBService._staticInstance.HumberBridge_EntryForm_UpdateRaceNo1(EntryFormID,PrevRaceNumber,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('HumberBridgeDAL');
if (typeof(HumberBridgeDAL.objEntryForm) === 'undefined') {
HumberBridgeDAL.objEntryForm=gtc("HumberBridgeDAL.objEntryForm");
HumberBridgeDAL.objEntryForm.registerClass('HumberBridgeDAL.objEntryForm');
}

