Type.registerNamespace('Viewr');
Viewr.LocationList=function() {
Viewr.LocationList.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Viewr.LocationList.prototype={
GetDropDownContentsUsePropertyRequestByCategory:function(category,succeededCallback, failedCallback, userContext) {
return this._invoke(Viewr.LocationList.get_path(), 'GetDropDownContentsUsePropertyRequestByCategory',false,{category:category},succeededCallback,failedCallback,userContext); },
GetDropDownContentsUsePropertyRequest:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(Viewr.LocationList.get_path(), 'GetDropDownContentsUsePropertyRequest',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetDropDownContents:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(Viewr.LocationList.get_path(), 'GetDropDownContents',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); },
GetDropDownContentsUseAgentRequest:function(knownCategoryValues,category,succeededCallback, failedCallback, userContext) {
return this._invoke(Viewr.LocationList.get_path(), 'GetDropDownContentsUseAgentRequest',false,{knownCategoryValues:knownCategoryValues,category:category},succeededCallback,failedCallback,userContext); }}
Viewr.LocationList.registerClass('Viewr.LocationList',Sys.Net.WebServiceProxy);
Viewr.LocationList._staticInstance = new Viewr.LocationList();
Viewr.LocationList.set_path = function(value) { 
var e = Function._validateParams(arguments, [{name: 'path', type: String}]); if (e) throw e; Viewr.LocationList._staticInstance._path = value; }
Viewr.LocationList.get_path = function() { return Viewr.LocationList._staticInstance._path; }
Viewr.LocationList.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); }
Viewr.LocationList._staticInstance._timeout = value; }
Viewr.LocationList.get_timeout = function() { 
return Viewr.LocationList._staticInstance._timeout; }
Viewr.LocationList.set_defaultUserContext = function(value) { 
Viewr.LocationList._staticInstance._userContext = value; }
Viewr.LocationList.get_defaultUserContext = function() { 
return Viewr.LocationList._staticInstance._userContext; }
Viewr.LocationList.set_defaultSucceededCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultSucceededCallback', type: Function}]); if (e) throw e; Viewr.LocationList._staticInstance._succeeded = value; }
Viewr.LocationList.get_defaultSucceededCallback = function() { 
return Viewr.LocationList._staticInstance._succeeded; }
Viewr.LocationList.set_defaultFailedCallback = function(value) { 
var e = Function._validateParams(arguments, [{name: 'defaultFailedCallback', type: Function}]); if (e) throw e; Viewr.LocationList._staticInstance._failed = value; }
Viewr.LocationList.get_defaultFailedCallback = function() { 
return Viewr.LocationList._staticInstance._failed; }
Viewr.LocationList.set_path("/LocationList.asmx");
Viewr.LocationList.GetDropDownContentsUsePropertyRequestByCategory= function(category,onSuccess,onFailed,userContext) {Viewr.LocationList._staticInstance.GetDropDownContentsUsePropertyRequestByCategory(category,onSuccess,onFailed,userContext); }
Viewr.LocationList.GetDropDownContentsUsePropertyRequest= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {Viewr.LocationList._staticInstance.GetDropDownContentsUsePropertyRequest(knownCategoryValues,category,onSuccess,onFailed,userContext); }
Viewr.LocationList.GetDropDownContents= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {Viewr.LocationList._staticInstance.GetDropDownContents(knownCategoryValues,category,onSuccess,onFailed,userContext); }
Viewr.LocationList.GetDropDownContentsUseAgentRequest= function(knownCategoryValues,category,onSuccess,onFailed,userContext) {Viewr.LocationList._staticInstance.GetDropDownContentsUseAgentRequest(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');
}
