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.HouseQuestionCommentAjax == "undefined") Goohom.Web.Ajax.HouseQuestionCommentAjax={};
Goohom.Web.Ajax.HouseQuestionCommentAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.HouseQuestionCommentAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHouseQuestionCommentHtml: function(HouseQuestionId, rowNum, pageIndex) {
		return this.invoke("GetHouseQuestionCommentHtml", {"HouseQuestionId":HouseQuestionId, "rowNum":rowNum, "pageIndex":pageIndex}, this.GetHouseQuestionCommentHtml.getArguments().slice(3));
	},
	SendHQComment: function(HouseQuestionId, rowNum, commenter, CiteContext, commentCon) {
		return this.invoke("SendHQComment", {"HouseQuestionId":HouseQuestionId, "rowNum":rowNum, "commenter":commenter, "CiteContext":CiteContext, "commentCon":commentCon}, this.SendHQComment.getArguments().slice(5));
	},
	PageHTML: function(HouseQuestionId, pageIndex, Href, rowNum) {
		return this.invoke("PageHTML", {"HouseQuestionId":HouseQuestionId, "pageIndex":pageIndex, "Href":Href, "rowNum":rowNum}, this.PageHTML.getArguments().slice(4));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.HouseQuestionCommentAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.HouseQuestionCommentAjax = new Goohom.Web.Ajax.HouseQuestionCommentAjax_class();

