if(typeof Goohom == "undefined") Goohom={};
if(typeof Goohom.Web == "undefined") Goohom.Web={};
if(typeof Goohom.Web.Ajax == "undefined") Goohom.Web.Ajax={};
if(typeof Goohom.Web.Ajax.HouseLearnCommentAjax == "undefined") Goohom.Web.Ajax.HouseLearnCommentAjax={};
Goohom.Web.Ajax.HouseLearnCommentAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.HouseLearnCommentAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHouseLearnCommentHtml: function(HouseLearnId, rowNum, pageIndex) {
		return this.invoke("GetHouseLearnCommentHtml", {"HouseLearnId":HouseLearnId, "rowNum":rowNum, "pageIndex":pageIndex}, this.GetHouseLearnCommentHtml.getArguments().slice(3));
	},
	PageHTML: function(HouseLearnId, pageIndex, Href, rowNum) {
		return this.invoke("PageHTML", {"HouseLearnId":HouseLearnId, "pageIndex":pageIndex, "Href":Href, "rowNum":rowNum}, this.PageHTML.getArguments().slice(4));
	},
	SendHLComment: function(HouseLearnId, rowNum, commenter, CiteContext, commentCon) {
		return this.invoke("SendHLComment", {"HouseLearnId":HouseLearnId, "rowNum":rowNum, "commenter":commenter, "CiteContext":CiteContext, "commentCon":commentCon}, this.SendHLComment.getArguments().slice(5));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.HouseLearnCommentAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.HouseLearnCommentAjax = new Goohom.Web.Ajax.HouseLearnCommentAjax_class();

