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) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="contextKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
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() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return pandora.FundName._staticInstance.get_path();}
pandora.FundName.set_timeout = function(value) {
pandora.FundName._staticInstance.set_timeout(value); }
pandora.FundName.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return pandora.FundName._staticInstance.get_timeout(); }
pandora.FundName.set_defaultUserContext = function(value) { 
pandora.FundName._staticInstance.set_defaultUserContext(value); }
pandora.FundName.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return pandora.FundName._staticInstance.get_defaultUserContext(); }
pandora.FundName.set_defaultSucceededCallback = function(value) { 
 pandora.FundName._staticInstance.set_defaultSucceededCallback(value); }
pandora.FundName.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return pandora.FundName._staticInstance.get_defaultSucceededCallback(); }
pandora.FundName.set_defaultFailedCallback = function(value) { 
pandora.FundName._staticInstance.set_defaultFailedCallback(value); }
pandora.FundName.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return pandora.FundName._staticInstance.get_defaultFailedCallback(); }
pandora.FundName.set_path("/pandora/service/FundName.asmx");
pandora.FundName.GetNameList= function(prefixText,count,contextKey,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</param>
/// <param name="contextKey" type="String">System.String</param>
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
pandora.FundName._staticInstance.GetNameList(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
