Type.registerNamespace('Interhome.Web.WebFramework.Ajax');
Interhome.Web.WebFramework.Ajax.JSPopupService=function() {
Interhome.Web.WebFramework.Ajax.JSPopupService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Interhome.Web.WebFramework.Ajax.JSPopupService.prototype={
GetInnerHTML:function(inputValues,succeededCallback, failedCallback, userContext) {
return this._invoke(Interhome.Web.WebFramework.Ajax.JSPopupService.get_path(), 'GetInnerHTML',false,{inputValues:inputValues},succeededCallback,failedCallback,userContext); }}
Interhome.Web.WebFramework.Ajax.JSPopupService.registerClass('Interhome.Web.WebFramework.Ajax.JSPopupService',Sys.Net.WebServiceProxy);
Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance = new Interhome.Web.WebFramework.Ajax.JSPopupService();
Interhome.Web.WebFramework.Ajax.JSPopupService.set_path = function(value) { Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._path = value; }
Interhome.Web.WebFramework.Ajax.JSPopupService.get_path = function() { return Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._path; }
Interhome.Web.WebFramework.Ajax.JSPopupService.set_timeout = function(value) { Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._timeout = value; }
Interhome.Web.WebFramework.Ajax.JSPopupService.get_timeout = function() { return Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._timeout; }
Interhome.Web.WebFramework.Ajax.JSPopupService.set_defaultUserContext = function(value) { Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._userContext = value; }
Interhome.Web.WebFramework.Ajax.JSPopupService.get_defaultUserContext = function() { return Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._userContext; }
Interhome.Web.WebFramework.Ajax.JSPopupService.set_defaultSucceededCallback = function(value) { Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._succeeded = value; }
Interhome.Web.WebFramework.Ajax.JSPopupService.get_defaultSucceededCallback = function() { return Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._succeeded; }
Interhome.Web.WebFramework.Ajax.JSPopupService.set_defaultFailedCallback = function(value) { Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._failed = value; }
Interhome.Web.WebFramework.Ajax.JSPopupService.get_defaultFailedCallback = function() { return Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance._failed; }
Interhome.Web.WebFramework.Ajax.JSPopupService.set_path("/Services/JSPopupService.asmx");
Interhome.Web.WebFramework.Ajax.JSPopupService.GetInnerHTML= function(inputValues,onSuccess,onFailed,userContext) {Interhome.Web.WebFramework.Ajax.JSPopupService._staticInstance.GetInnerHTML(inputValues,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Interhome.Web.WebFramework.Ajax.InputValues) === 'undefined') {
Interhome.Web.WebFramework.Ajax.InputValues=gtc("Interhome.Web.WebFramework.Ajax.InputValues");
Interhome.Web.WebFramework.Ajax.InputValues.registerClass('Interhome.Web.WebFramework.Ajax.InputValues');
}
if (typeof(Interhome.Web.WebFramework.Ajax.ReturnValues) === 'undefined') {
Interhome.Web.WebFramework.Ajax.ReturnValues=gtc("Interhome.Web.WebFramework.Ajax.ReturnValues");
Interhome.Web.WebFramework.Ajax.ReturnValues.registerClass('Interhome.Web.WebFramework.Ajax.ReturnValues');
}
