Type.registerNamespace('InstantASP.InstantForum.UI.WebServices');
InstantASP.InstantForum.UI.WebServices.Topics=function() {
InstantASP.InstantForum.UI.WebServices.Topics.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
InstantASP.InstantForum.UI.WebServices.Topics.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.get_path();},
SelectTopicsPaged:function(intPageIndex,intPageSize,strSearchEventArgsXML,bolAsJSON,ForceDatabaseLookup,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SelectTopicsPaged',false,{intPageIndex:intPageIndex,intPageSize:intPageSize,strSearchEventArgsXML:strSearchEventArgsXML,bolAsJSON:bolAsJSON,ForceDatabaseLookup:ForceDatabaseLookup},succeededCallback,failedCallback,userContext); },
SelectTopicsPagedWithsearchEventArgs:function(intPageIndex,intPageSize,objSearchEventArgs,bolAsJSON,ForceDatabaseLookup,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'SelectTopicsPagedWithsearchEventArgs',false,{intPageIndex:intPageIndex,intPageSize:intPageSize,objSearchEventArgs:objSearchEventArgs,bolAsJSON:bolAsJSON,ForceDatabaseLookup:ForceDatabaseLookup},succeededCallback,failedCallback,userContext); }}
InstantASP.InstantForum.UI.WebServices.Topics.registerClass('InstantASP.InstantForum.UI.WebServices.Topics',Sys.Net.WebServiceProxy);
InstantASP.InstantForum.UI.WebServices.Topics._staticInstance = new InstantASP.InstantForum.UI.WebServices.Topics();
InstantASP.InstantForum.UI.WebServices.Topics.set_path = function(value) { InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.set_path(value); }
InstantASP.InstantForum.UI.WebServices.Topics.get_path = function() { return InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.get_path(); }
InstantASP.InstantForum.UI.WebServices.Topics.set_timeout = function(value) { InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.set_timeout(value); }
InstantASP.InstantForum.UI.WebServices.Topics.get_timeout = function() { return InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.get_timeout(); }
InstantASP.InstantForum.UI.WebServices.Topics.set_defaultUserContext = function(value) { InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.set_defaultUserContext(value); }
InstantASP.InstantForum.UI.WebServices.Topics.get_defaultUserContext = function() { return InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.get_defaultUserContext(); }
InstantASP.InstantForum.UI.WebServices.Topics.set_defaultSucceededCallback = function(value) { InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.set_defaultSucceededCallback(value); }
InstantASP.InstantForum.UI.WebServices.Topics.get_defaultSucceededCallback = function() { return InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.get_defaultSucceededCallback(); }
InstantASP.InstantForum.UI.WebServices.Topics.set_defaultFailedCallback = function(value) { InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.set_defaultFailedCallback(value); }
InstantASP.InstantForum.UI.WebServices.Topics.get_defaultFailedCallback = function() { return InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.get_defaultFailedCallback(); }
InstantASP.InstantForum.UI.WebServices.Topics.set_path("/forums/WebServices/Topics.asmx");
InstantASP.InstantForum.UI.WebServices.Topics.SelectTopicsPaged= function(intPageIndex,intPageSize,strSearchEventArgsXML,bolAsJSON,ForceDatabaseLookup,onSuccess,onFailed,userContext) {InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.SelectTopicsPaged(intPageIndex,intPageSize,strSearchEventArgsXML,bolAsJSON,ForceDatabaseLookup,onSuccess,onFailed,userContext); }
InstantASP.InstantForum.UI.WebServices.Topics.SelectTopicsPagedWithsearchEventArgs= function(intPageIndex,intPageSize,objSearchEventArgs,bolAsJSON,ForceDatabaseLookup,onSuccess,onFailed,userContext) {InstantASP.InstantForum.UI.WebServices.Topics._staticInstance.SelectTopicsPagedWithsearchEventArgs(intPageIndex,intPageSize,objSearchEventArgs,bolAsJSON,ForceDatabaseLookup,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('InstantASP.InstantForum.Components');
if (typeof(InstantASP.InstantForum.Components.SearchEventArgs) === 'undefined') {
InstantASP.InstantForum.Components.SearchEventArgs=gtc("InstantASP.InstantForum.Components.SearchEventArgs");
InstantASP.InstantForum.Components.SearchEventArgs.registerClass('InstantASP.InstantForum.Components.SearchEventArgs');
}

