var SearchValues=function() {
SearchValues.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SearchValues.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return SearchValues._staticInstance.get_path();},
getCardsThruAJAXSearch:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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(), 'getCardsThruAJAXSearch',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
getEmailAddressWithAJAX: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(), 'getEmailAddressWithAJAX',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
getEmailAddressAndFullNameWithAJAX: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(), 'getEmailAddressAndFullNameWithAJAX',false,{prefixText:prefixText,count:count,contextKey:contextKey},succeededCallback,failedCallback,userContext); },
getEventsThruAJAXSearch:function(prefixText,count,succeededCallback, failedCallback, userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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(), 'getEventsThruAJAXSearch',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
getSlides:function(succeededCallback, failedCallback, userContext) {
/// <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(), 'getSlides',false,{},succeededCallback,failedCallback,userContext); }}
SearchValues.registerClass('SearchValues',Sys.Net.WebServiceProxy);
SearchValues._staticInstance = new SearchValues();
SearchValues.set_path = function(value) {
SearchValues._staticInstance.set_path(value); }
SearchValues.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return SearchValues._staticInstance.get_path();}
SearchValues.set_timeout = function(value) {
SearchValues._staticInstance.set_timeout(value); }
SearchValues.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return SearchValues._staticInstance.get_timeout(); }
SearchValues.set_defaultUserContext = function(value) { 
SearchValues._staticInstance.set_defaultUserContext(value); }
SearchValues.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return SearchValues._staticInstance.get_defaultUserContext(); }
SearchValues.set_defaultSucceededCallback = function(value) { 
 SearchValues._staticInstance.set_defaultSucceededCallback(value); }
SearchValues.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return SearchValues._staticInstance.get_defaultSucceededCallback(); }
SearchValues.set_defaultFailedCallback = function(value) { 
SearchValues._staticInstance.set_defaultFailedCallback(value); }
SearchValues.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return SearchValues._staticInstance.get_defaultFailedCallback(); }
SearchValues.set_path("/SearchValues.asmx");
SearchValues.getCardsThruAJAXSearch= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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>
SearchValues._staticInstance.getCardsThruAJAXSearch(prefixText,count,onSuccess,onFailed,userContext); }
SearchValues.getEmailAddressWithAJAX= 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>
SearchValues._staticInstance.getEmailAddressWithAJAX(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
SearchValues.getEmailAddressAndFullNameWithAJAX= 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>
SearchValues._staticInstance.getEmailAddressAndFullNameWithAJAX(prefixText,count,contextKey,onSuccess,onFailed,userContext); }
SearchValues.getEventsThruAJAXSearch= function(prefixText,count,onSuccess,onFailed,userContext) {
/// <param name="prefixText" type="String">System.String</param>
/// <param name="count" type="Number">System.Int32</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>
SearchValues._staticInstance.getEventsThruAJAXSearch(prefixText,count,onSuccess,onFailed,userContext); }
SearchValues.getSlides= function(onSuccess,onFailed,userContext) {
/// <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>
SearchValues._staticInstance.getSlides(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('AjaxControlToolkit');
if (typeof(AjaxControlToolkit.Slide) === 'undefined') {
AjaxControlToolkit.Slide=gtc("AjaxControlToolkit.Slide");
AjaxControlToolkit.Slide.registerClass('AjaxControlToolkit.Slide');
}
