var Suche=function() {
Suche.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Suche.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return Suche._staticInstance.get_path();},
ToggleOrdner:function(strParentOrdnerID,strPnlClientID,strTypIDs,strISBNID,strLinkID,strZugangsTyp,strLadenBildClientID,strUserID,strVorschauBildclientID,strWarenkorbID,Suchstring,strTrackingSucheingabeID,strTrackingBenutzerID,strSpracheID,succeededCallback, failedCallback, userContext) {
/// <param name="strParentOrdnerID" type="String">System.String</param>
/// <param name="strPnlClientID" type="String">System.String</param>
/// <param name="strTypIDs" type="String">System.String</param>
/// <param name="strISBNID" type="String">System.String</param>
/// <param name="strLinkID" type="String">System.String</param>
/// <param name="strZugangsTyp" type="String">System.String</param>
/// <param name="strLadenBildClientID" type="String">System.String</param>
/// <param name="strUserID" type="String">System.String</param>
/// <param name="strVorschauBildclientID" type="String">System.String</param>
/// <param name="strWarenkorbID" type="String">System.String</param>
/// <param name="Suchstring" type="String">System.String</param>
/// <param name="strTrackingSucheingabeID" type="String">System.String</param>
/// <param name="strTrackingBenutzerID" type="String">System.String</param>
/// <param name="strSpracheID" 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(), 'ToggleOrdner',false,{strParentOrdnerID:strParentOrdnerID,strPnlClientID:strPnlClientID,strTypIDs:strTypIDs,strISBNID:strISBNID,strLinkID:strLinkID,strZugangsTyp:strZugangsTyp,strLadenBildClientID:strLadenBildClientID,strUserID:strUserID,strVorschauBildclientID:strVorschauBildclientID,strWarenkorbID:strWarenkorbID,Suchstring:Suchstring,strTrackingSucheingabeID:strTrackingSucheingabeID,strTrackingBenutzerID:strTrackingBenutzerID,strSpracheID:strSpracheID},succeededCallback,failedCallback,userContext); }}
Suche.registerClass('Suche',Sys.Net.WebServiceProxy);
Suche._staticInstance = new Suche();
Suche.set_path = function(value) {
Suche._staticInstance.set_path(value); }
Suche.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return Suche._staticInstance.get_path();}
Suche.set_timeout = function(value) {
Suche._staticInstance.set_timeout(value); }
Suche.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return Suche._staticInstance.get_timeout(); }
Suche.set_defaultUserContext = function(value) { 
Suche._staticInstance.set_defaultUserContext(value); }
Suche.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return Suche._staticInstance.get_defaultUserContext(); }
Suche.set_defaultSucceededCallback = function(value) { 
 Suche._staticInstance.set_defaultSucceededCallback(value); }
Suche.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return Suche._staticInstance.get_defaultSucceededCallback(); }
Suche.set_defaultFailedCallback = function(value) { 
Suche._staticInstance.set_defaultFailedCallback(value); }
Suche.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return Suche._staticInstance.get_defaultFailedCallback(); }
Suche.set_path("/Suche.asmx");
Suche.ToggleOrdner= function(strParentOrdnerID,strPnlClientID,strTypIDs,strISBNID,strLinkID,strZugangsTyp,strLadenBildClientID,strUserID,strVorschauBildclientID,strWarenkorbID,Suchstring,strTrackingSucheingabeID,strTrackingBenutzerID,strSpracheID,onSuccess,onFailed,userContext) {
/// <param name="strParentOrdnerID" type="String">System.String</param>
/// <param name="strPnlClientID" type="String">System.String</param>
/// <param name="strTypIDs" type="String">System.String</param>
/// <param name="strISBNID" type="String">System.String</param>
/// <param name="strLinkID" type="String">System.String</param>
/// <param name="strZugangsTyp" type="String">System.String</param>
/// <param name="strLadenBildClientID" type="String">System.String</param>
/// <param name="strUserID" type="String">System.String</param>
/// <param name="strVorschauBildclientID" type="String">System.String</param>
/// <param name="strWarenkorbID" type="String">System.String</param>
/// <param name="Suchstring" type="String">System.String</param>
/// <param name="strTrackingSucheingabeID" type="String">System.String</param>
/// <param name="strTrackingBenutzerID" type="String">System.String</param>
/// <param name="strSpracheID" 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>
Suche._staticInstance.ToggleOrdner(strParentOrdnerID,strPnlClientID,strTypIDs,strISBNID,strLinkID,strZugangsTyp,strLadenBildClientID,strUserID,strVorschauBildclientID,strWarenkorbID,Suchstring,strTrackingSucheingabeID,strTrackingBenutzerID,strSpracheID,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(SucheInfo) === 'undefined') {
var SucheInfo=gtc("SucheInfo");
SucheInfo.registerClass('SucheInfo');
}

