Type.registerNamespace('pandora');
pandora.FundName=function() {
pandora.FundName.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
pandora.FundName.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return pandora.FundName._staticInstance.get_path();},
GetNameList:function(prefixText,count,contextKey,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetNameList',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); }}
pandora.FundName.registerClass('pandora.FundName',Sys.Net.WebServiceProxy);
pandora.FundName._staticInstance = new pandora.FundName();
pandora.FundName.set_path = function(value) { pandora.FundName._staticInstance.set_path(value); }
pandora.FundName.get_path = function() { return pandora.FundName._staticInstance.get_path(); }
pandora.FundName.set_timeout = function(value) { pandora.FundName._staticInstance.set_timeout(value); }
pandora.FundName.get_timeout = function() { return pandora.FundName._staticInstance.get_timeout(); }
pandora.FundName.set_defaultUserContext = function(value) { pandora.FundName._staticInstance.set_defaultUserContext(value); }
pandora.FundName.get_defaultUserContext = function() { return pandora.FundName._staticInstance.get_defaultUserContext(); }
pandora.FundName.set_defaultSucceededCallback = function(value) { pandora.FundName._staticInstance.set_defaultSucceededCallback(value); }
pandora.FundName.get_defaultSucceededCallback = function() { return pandora.FundName._staticInstance.get_defaultSucceededCallback(); }
pandora.FundName.set_defaultFailedCallback = function(value) { pandora.FundName._staticInstance.set_defaultFailedCallback(value); }
pandora.FundName.get_defaultFailedCallback = function() { return pandora.FundName._staticInstance.get_defaultFailedCallback(); }
pandora.FundName.set_path("/pandora/service/FundName.asmx");
pandora.FundName.GetNameList= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {pandora.FundName._staticInstance.GetNameList(prefixText,count,contextKey,onSuccess,onFailed,userContext); }

