var WebHtmlText=function() {
WebHtmlText.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
WebHtmlText.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return WebHtmlText._staticInstance.get_path();},
GetByCategoryIdsByPage:function(preDescription,categoryIds,pageSize,pageNumber,countWord,pageUrlMore,_showDate,succeededCallback, failedCallback, userContext) {
/// <param name="preDescription" type="String">System.String</param>
/// <param name="categoryIds" type="String">System.String</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="pageNumber" type="Number">System.Int32</param>
/// <param name="countWord" type="Number">System.Int32</param>
/// <param name="pageUrlMore" type="String">System.String</param>
/// <param name="_showDate" type="Boolean">System.Boolean</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(), 'GetByCategoryIdsByPage',false,{preDescription:preDescription,categoryIds:categoryIds,pageSize:pageSize,pageNumber:pageNumber,countWord:countWord,pageUrlMore:pageUrlMore,_showDate:_showDate},succeededCallback,failedCallback,userContext); },
GetByCategoryIdByPage:function(categoryId,pageSize,pageNumber,countWord,pageUrl,_showDate,succeededCallback, failedCallback, userContext) {
/// <param name="categoryId" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="pageNumber" type="Number">System.Int32</param>
/// <param name="countWord" type="Number">System.Int32</param>
/// <param name="pageUrl" type="String">System.String</param>
/// <param name="_showDate" type="Boolean">System.Boolean</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(), 'GetByCategoryIdByPage',false,{categoryId:categoryId,pageSize:pageSize,pageNumber:pageNumber,countWord:countWord,pageUrl:pageUrl,_showDate:_showDate},succeededCallback,failedCallback,userContext); },
GetDescriptionByModuleIdAndTyepId_Normal:function(moduleId,typeId,succeededCallback, failedCallback, userContext) {
/// <param name="moduleId" type="Number">System.Int32</param>
/// <param name="typeId" 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(), 'GetDescriptionByModuleIdAndTyepId_Normal',false,{moduleId:moduleId,typeId:typeId},succeededCallback,failedCallback,userContext); },
GetDescriptionByModuleIdAndTyepId:function(moduleId,typeId,succeededCallback, failedCallback, userContext) {
/// <param name="moduleId" type="Number">System.Int32</param>
/// <param name="typeId" 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(), 'GetDescriptionByModuleIdAndTyepId',false,{moduleId:moduleId,typeId:typeId},succeededCallback,failedCallback,userContext); }}
WebHtmlText.registerClass('WebHtmlText',Sys.Net.WebServiceProxy);
WebHtmlText._staticInstance = new WebHtmlText();
WebHtmlText.set_path = function(value) {
WebHtmlText._staticInstance.set_path(value); }
WebHtmlText.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return WebHtmlText._staticInstance.get_path();}
WebHtmlText.set_timeout = function(value) {
WebHtmlText._staticInstance.set_timeout(value); }
WebHtmlText.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return WebHtmlText._staticInstance.get_timeout(); }
WebHtmlText.set_defaultUserContext = function(value) { 
WebHtmlText._staticInstance.set_defaultUserContext(value); }
WebHtmlText.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return WebHtmlText._staticInstance.get_defaultUserContext(); }
WebHtmlText.set_defaultSucceededCallback = function(value) { 
 WebHtmlText._staticInstance.set_defaultSucceededCallback(value); }
WebHtmlText.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return WebHtmlText._staticInstance.get_defaultSucceededCallback(); }
WebHtmlText.set_defaultFailedCallback = function(value) { 
WebHtmlText._staticInstance.set_defaultFailedCallback(value); }
WebHtmlText.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return WebHtmlText._staticInstance.get_defaultFailedCallback(); }
WebHtmlText.set_path("/WebService/WebHtmlText.asmx");
WebHtmlText.GetByCategoryIdsByPage= function(preDescription,categoryIds,pageSize,pageNumber,countWord,pageUrlMore,_showDate,onSuccess,onFailed,userContext) {
/// <param name="preDescription" type="String">System.String</param>
/// <param name="categoryIds" type="String">System.String</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="pageNumber" type="Number">System.Int32</param>
/// <param name="countWord" type="Number">System.Int32</param>
/// <param name="pageUrlMore" type="String">System.String</param>
/// <param name="_showDate" type="Boolean">System.Boolean</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>
WebHtmlText._staticInstance.GetByCategoryIdsByPage(preDescription,categoryIds,pageSize,pageNumber,countWord,pageUrlMore,_showDate,onSuccess,onFailed,userContext); }
WebHtmlText.GetByCategoryIdByPage= function(categoryId,pageSize,pageNumber,countWord,pageUrl,_showDate,onSuccess,onFailed,userContext) {
/// <param name="categoryId" type="Number">System.Int32</param>
/// <param name="pageSize" type="Number">System.Int32</param>
/// <param name="pageNumber" type="Number">System.Int32</param>
/// <param name="countWord" type="Number">System.Int32</param>
/// <param name="pageUrl" type="String">System.String</param>
/// <param name="_showDate" type="Boolean">System.Boolean</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>
WebHtmlText._staticInstance.GetByCategoryIdByPage(categoryId,pageSize,pageNumber,countWord,pageUrl,_showDate,onSuccess,onFailed,userContext); }
WebHtmlText.GetDescriptionByModuleIdAndTyepId_Normal= function(moduleId,typeId,onSuccess,onFailed,userContext) {
/// <param name="moduleId" type="Number">System.Int32</param>
/// <param name="typeId" 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>
WebHtmlText._staticInstance.GetDescriptionByModuleIdAndTyepId_Normal(moduleId,typeId,onSuccess,onFailed,userContext); }
WebHtmlText.GetDescriptionByModuleIdAndTyepId= function(moduleId,typeId,onSuccess,onFailed,userContext) {
/// <param name="moduleId" type="Number">System.Int32</param>
/// <param name="typeId" 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>
WebHtmlText._staticInstance.GetDescriptionByModuleIdAndTyepId(moduleId,typeId,onSuccess,onFailed,userContext); }
