Type.registerNamespace('Jautoconstruis.Business.Web.Services');
Jautoconstruis.Business.Web.Services.AjaxExtenderService=function() {
Jautoconstruis.Business.Web.Services.AjaxExtenderService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Jautoconstruis.Business.Web.Services.AjaxExtenderService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.get_path();},
GetCompletionList:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetCompletionList',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
GetDropDownContents:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetDropDownContents',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); }}
Jautoconstruis.Business.Web.Services.AjaxExtenderService.registerClass('Jautoconstruis.Business.Web.Services.AjaxExtenderService',Sys.Net.WebServiceProxy);
Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance = new Jautoconstruis.Business.Web.Services.AjaxExtenderService();
Jautoconstruis.Business.Web.Services.AjaxExtenderService.set_path = function(value) { Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.set_path(value); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.get_path = function() { return Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.get_path(); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.set_timeout = function(value) { Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.set_timeout(value); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.get_timeout = function() { return Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.get_timeout(); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.set_defaultUserContext = function(value) { Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.set_defaultUserContext(value); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.get_defaultUserContext = function() { return Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.get_defaultUserContext(); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.set_defaultSucceededCallback = function(value) { Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.set_defaultSucceededCallback(value); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.get_defaultSucceededCallback = function() { return Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.get_defaultSucceededCallback(); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.set_defaultFailedCallback = function(value) { Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.set_defaultFailedCallback(value); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.get_defaultFailedCallback = function() { return Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.get_defaultFailedCallback(); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.set_path("/Services/AjaxExtenderService.asmx");
Jautoconstruis.Business.Web.Services.AjaxExtenderService.GetCompletionList= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.GetCompletionList(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
Jautoconstruis.Business.Web.Services.AjaxExtenderService.GetDropDownContents= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {Jautoconstruis.Business.Web.Services.AjaxExtenderService._staticInstance.GetDropDownContents(knownCategoryValues,category,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.CascadingDropDownNameValue) === 'undefined') {
AjaxControlToolkit.CascadingDropDownNameValue=gtc("AjaxControlToolkit.CascadingDropDownNameValue");
AjaxControlToolkit.CascadingDropDownNameValue.registerClass('AjaxControlToolkit.CascadingDropDownNameValue');
}
