var webETCREO=function() {
webETCREO.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
webETCREO.prototype={
GetCities:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(webETCREO.get_path(), 'GetCities',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
SetSessionVariable:function(succeededCallback, failedCallback, userContext) {
return this._invoke(webETCREO.get_path(), 'SetSessionVariable',false,{},succeededCallback,failedCallback,userContext); },
SetCheckboxValue:function(bln,succeededCallback, failedCallback, userContext) {
return this._invoke(webETCREO.get_path(), 'SetCheckboxValue',false,{bln:bln},succeededCallback,failedCallback,userContext); },
GetRadiusSearch:function(start,max,succeededCallback, failedCallback, userContext) {
return this._invoke(webETCREO.get_path(), 'GetRadiusSearch',false,{start:start,max:max},succeededCallback,failedCallback,userContext); },
GetPaging:function(start,max,succeededCallback, failedCallback, userContext) {
return this._invoke(webETCREO.get_path(), 'GetPaging',false,{start:start,max:max},succeededCallback,failedCallback,userContext); }}
webETCREO.registerClass('webETCREO',Sys.Net.WebServiceProxy);
webETCREO._staticInstance = new webETCREO();
webETCREO.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; webETCREO._staticInstance._path = value; }
webETCREO.get_path = function() { return webETCREO._staticInstance._path; }
webETCREO.set_timeout = function(value) { var e = Function._validateParams(arguments, [{name: 'timeout', type: Number}]); if (e) throw e; if (value < 0) { throw Error.argumentOutOfRange('value', value, Sys.Res.invalidTimeout); }
webETCREO._staticInstance._timeout = value; }
webETCREO.get_timeout = function() { 
return webETCREO._staticInstance._timeout; }
webETCREO.set_defaultUserContext = function(value) { 
webETCREO._staticInstance._userContext = value; }
webETCREO.get_defaultUserContext = function() { 
return webETCREO._staticInstance._userContext; }
webETCREO.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; webETCREO._staticInstance._succeeded = value; }
webETCREO.get_defaultSucceededCallback = function() { 
return webETCREO._staticInstance._succeeded; }
webETCREO.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; webETCREO._staticInstance._failed = value; }
webETCREO.get_defaultFailedCallback = function() { 
return webETCREO._staticInstance._failed; }
webETCREO.set_path("/WebServices/webETCREO.asmx");
webETCREO.GetCities= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {webETCREO._staticInstance.GetCities(knownCategoryValues,category,onSuccess,onFailed,userContext); }
webETCREO.SetSessionVariable= function(onSuccess,onFailed,userContext) {webETCREO._staticInstance.SetSessionVariable(onSuccess,onFailed,userContext); }
webETCREO.SetCheckboxValue= function(bln,onSuccess,onFailed,userContext) {webETCREO._staticInstance.SetCheckboxValue(bln,onSuccess,onFailed,userContext); }
webETCREO.GetRadiusSearch= function(start,max,onSuccess,onFailed,userContext) {webETCREO._staticInstance.GetRadiusSearch(start,max,onSuccess,onFailed,userContext); }
webETCREO.GetPaging= function(start,max,onSuccess,onFailed,userContext) {webETCREO._staticInstance.GetPaging(start,max,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');
}
if (typeof(Property) === 'undefined') {
var Property=gtc("Property");
Property.registerClass('Property');
}
