var HBService=function() {
HBService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
HBService.prototype={
WebParameter_UpdateRaceNumber:function(EntryFormID,PrevRaceNo,ShowDeleted,succeededCallback, failedCallback, userContext) {
return this._invoke(HBService.get_path(), 'WebParameter_UpdateRaceNumber',false,{EntryFormID:EntryFormID,PrevRaceNo:PrevRaceNo,ShowDeleted:ShowDeleted},succeededCallback,failedCallback,userContext); },
GetAge:function(olddate,succeededCallback, failedCallback, userContext) {
return this._invoke(HBService.get_path(), 'GetAge',false,{olddate:olddate},succeededCallback,failedCallback,userContext); },
HumberBridge_EntryForm_UpdateRaceNo1:function(EntryFormID,PrevRaceNumber,succeededCallback, failedCallback, userContext) {
return this._invoke(HBService.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._path = value; }
HBService.get_path = function() { return HBService._staticInstance._path; }
HBService.set_timeout = function(value) { HBService._staticInstance._timeout = value; }
HBService.get_timeout = function() { return HBService._staticInstance._timeout; }
HBService.set_defaultUserContext = function(value) { HBService._staticInstance._userContext = value; }
HBService.get_defaultUserContext = function() { return HBService._staticInstance._userContext; }
HBService.set_defaultSucceededCallback = function(value) { HBService._staticInstance._succeeded = value; }
HBService.get_defaultSucceededCallback = function() { return HBService._staticInstance._succeeded; }
HBService.set_defaultFailedCallback = function(value) { HBService._staticInstance._failed = value; }
HBService.get_defaultFailedCallback = function() { return HBService._staticInstance._failed; }
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');
}
