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.BuildingAjax == "undefined") Goohom.Web.Ajax.BuildingAjax={};
Goohom.Web.Ajax.BuildingAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.BuildingAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getHtmlOfBuildingVideo: function(whereS, orderBy, rowNum, pageIndex) {
		return this.invoke("getHtmlOfBuildingVideo", {"whereS":whereS, "orderBy":orderBy, "rowNum":rowNum, "pageIndex":pageIndex}, this.getHtmlOfBuildingVideo.getArguments().slice(4));
	},
	getPageHTMLOfHouse: function(sWhere, pageIndex, rowNum) {
		return this.invoke("getPageHTMLOfHouse", {"sWhere":sWhere, "pageIndex":pageIndex, "rowNum":rowNum}, this.getPageHTMLOfHouse.getArguments().slice(3));
	},
	getPageHTMLOfVideo: function(sWhere, pageIndex, rowNum) {
		return this.invoke("getPageHTMLOfVideo", {"sWhere":sWhere, "pageIndex":pageIndex, "rowNum":rowNum}, this.getPageHTMLOfVideo.getArguments().slice(3));
	},
	getHtmlOfBuilding: function(sWhere, orderBy, rowNum, pageIndex) {
		return this.invoke("getHtmlOfBuilding", {"sWhere":sWhere, "orderBy":orderBy, "rowNum":rowNum, "pageIndex":pageIndex}, this.getHtmlOfBuilding.getArguments().slice(4));
	},
	getHtmlOfBuildingKP: function(sWhere, orderBy, rowNum, pageIndex) {
		return this.invoke("getHtmlOfBuildingKP", {"sWhere":sWhere, "orderBy":orderBy, "rowNum":rowNum, "pageIndex":pageIndex}, this.getHtmlOfBuildingKP.getArguments().slice(4));
	},
	GetNewOrDigBuilding: function(buildType, Count) {
		return this.invoke("GetNewOrDigBuilding", {"buildType":buildType, "Count":Count}, this.GetNewOrDigBuilding.getArguments().slice(2));
	},
	GetBuildingNameList: function(houseName) {
		return this.invoke("GetBuildingNameList", {"houseName":houseName}, this.GetBuildingNameList.getArguments().slice(1));
	},
	Validate: function(text) {
		return this.invoke("Validate", {"text":text}, this.Validate.getArguments().slice(1));
	},
	bind: function(text) {
		return this.invoke("bind", {"text":text}, this.bind.getArguments().slice(1));
	},
	Hid: function(name) {
		return this.invoke("Hid", {"name":name}, this.Hid.getArguments().slice(1));
	},
	GetHistroyPrice: function(houseId) {
		return this.invoke("GetHistroyPrice", {"houseId":houseId}, this.GetHistroyPrice.getArguments().slice(1));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.BuildingAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.BuildingAjax = new Goohom.Web.Ajax.BuildingAjax_class();

