var GestionarDades=function() {
GestionarDades.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
GestionarDades.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return GestionarDades._staticInstance.get_path();},
BuscarMatches:function(CadKeys,succeededCallback, failedCallback, userContext) {
/// <param name="CadKeys" 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(), 'BuscarMatches',false,{CadKeys:CadKeys},succeededCallback,failedCallback,userContext); }}
GestionarDades.registerClass('GestionarDades',Sys.Net.WebServiceProxy);
GestionarDades._staticInstance = new GestionarDades();
GestionarDades.set_path = function(value) {
GestionarDades._staticInstance.set_path(value); }
GestionarDades.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return GestionarDades._staticInstance.get_path();}
GestionarDades.set_timeout = function(value) {
GestionarDades._staticInstance.set_timeout(value); }
GestionarDades.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return GestionarDades._staticInstance.get_timeout(); }
GestionarDades.set_defaultUserContext = function(value) { 
GestionarDades._staticInstance.set_defaultUserContext(value); }
GestionarDades.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return GestionarDades._staticInstance.get_defaultUserContext(); }
GestionarDades.set_defaultSucceededCallback = function(value) { 
 GestionarDades._staticInstance.set_defaultSucceededCallback(value); }
GestionarDades.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return GestionarDades._staticInstance.get_defaultSucceededCallback(); }
GestionarDades.set_defaultFailedCallback = function(value) { 
GestionarDades._staticInstance.set_defaultFailedCallback(value); }
GestionarDades.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return GestionarDades._staticInstance.get_defaultFailedCallback(); }
GestionarDades.set_path("/Controls/GestionarDades.asmx");
GestionarDades.BuscarMatches= function(CadKeys,onSuccess,onFailed,userContext) {
/// <param name="CadKeys" 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>
GestionarDades._staticInstance.BuscarMatches(CadKeys,onSuccess,onFailed,userContext); }

