Type.registerNamespace('Viewr');
Viewr.AgentLocationList=function() {
Viewr.AgentLocationList.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Viewr.AgentLocationList.prototype={
GetDropDownContentsUseAgentRequestByCategory:function(category,succeededCallback, failedCallback, userContext) {
return this._invoke(Viewr.AgentLocationList.get_path(), 'GetDropDownContentsUseAgentRequestByCategory',false,{category:category},succeededCallback,failedCallback,userContext); }}
Viewr.AgentLocationList.registerClass('Viewr.AgentLocationList',Sys.Net.WebServiceProxy);
Viewr.AgentLocationList._staticInstance = new Viewr.AgentLocationList();
Viewr.AgentLocationList.set_path = function(value) { Viewr.AgentLocationList._staticInstance._path = value; }
Viewr.AgentLocationList.get_path = function() { return Viewr.AgentLocationList._staticInstance._path; }
Viewr.AgentLocationList.set_timeout = function(value) { Viewr.AgentLocationList._staticInstance._timeout = value; }
Viewr.AgentLocationList.get_timeout = function() { return Viewr.AgentLocationList._staticInstance._timeout; }
Viewr.AgentLocationList.set_defaultUserContext = function(value) { Viewr.AgentLocationList._staticInstance._userContext = value; }
Viewr.AgentLocationList.get_defaultUserContext = function() { return Viewr.AgentLocationList._staticInstance._userContext; }
Viewr.AgentLocationList.set_defaultSucceededCallback = function(value) { Viewr.AgentLocationList._staticInstance._succeeded = value; }
Viewr.AgentLocationList.get_defaultSucceededCallback = function() { return Viewr.AgentLocationList._staticInstance._succeeded; }
Viewr.AgentLocationList.set_defaultFailedCallback = function(value) { Viewr.AgentLocationList._staticInstance._failed = value; }
Viewr.AgentLocationList.get_defaultFailedCallback = function() { return Viewr.AgentLocationList._staticInstance._failed; }
Viewr.AgentLocationList.set_path("/AgentLocationList.asmx");
Viewr.AgentLocationList.GetDropDownContentsUseAgentRequestByCategory= function(category,onSuccess,onFailed,userContext) {Viewr.AgentLocationList._staticInstance.GetDropDownContentsUseAgentRequestByCategory(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');
}
