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.HouseSaleAjax == "undefined") Goohom.Web.Ajax.HouseSaleAjax={};
Goohom.Web.Ajax.HouseSaleAjax_class = function() {};
Object.extend(Goohom.Web.Ajax.HouseSaleAjax_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHouseSaleList: function(pagesize, pageindex, orderFields, isDesc, where) {
		return this.invoke("GetHouseSaleList", {"pagesize":pagesize, "pageindex":pageindex, "orderFields":orderFields, "isDesc":isDesc, "where":where}, this.GetHouseSaleList.getArguments().slice(5));
	},
	GetHousePicByType: function(houseId, topN, typeId) {
		return this.invoke("GetHousePicByType", {"houseId":houseId, "topN":topN, "typeId":typeId}, this.GetHousePicByType.getArguments().slice(3));
	},
	GetHousePicByTypeN: function(houseId, topN, typeId, pageindex) {
		return this.invoke("GetHousePicByTypeN", {"houseId":houseId, "topN":topN, "typeId":typeId, "pageindex":pageindex}, this.GetHousePicByTypeN.getArguments().slice(4));
	},
	GetHousePicByTypeU: function(houseId, topN, typeId) {
		return this.invoke("GetHousePicByTypeU", {"houseId":houseId, "topN":topN, "typeId":typeId}, this.GetHousePicByTypeU.getArguments().slice(3));
	},
	GetHouseUserInfo: function(houseId) {
		return this.invoke("GetHouseUserInfo", {"houseId":houseId}, this.GetHouseUserInfo.getArguments().slice(1));
	},
	SetHouseState: function(houseId, state) {
		return this.invoke("SetHouseState", {"houseId":houseId, "state":state}, this.SetHouseState.getArguments().slice(2));
	},
	SetHouseS: function(houseId, s) {
		return this.invoke("SetHouseS", {"houseId":houseId, "s":s}, this.SetHouseS.getArguments().slice(2));
	},
	DelOneHouseSaleInfo: function(houseId) {
		return this.invoke("DelOneHouseSaleInfo", {"houseId":houseId}, this.DelOneHouseSaleInfo.getArguments().slice(1));
	},
	bind: function(text) {
		return this.invoke("bind", {"text":text}, this.bind.getArguments().slice(1));
	},
	DeleteImgFDB: function(id) {
		return this.invoke("DeleteImgFDB", {"id":id}, this.DeleteImgFDB.getArguments().slice(1));
	},
	GetRegionVaule: function(areaId) {
		return this.invoke("GetRegionVaule", {"areaId":areaId}, this.GetRegionVaule.getArguments().slice(1));
	},
	updateReleaseDate: function(HouseId) {
		return this.invoke("updateReleaseDate", {"HouseId":HouseId}, this.updateReleaseDate.getArguments().slice(1));
	},
	RenewCreateDate: function(houseId) {
		return this.invoke("RenewCreateDate", {"houseId":houseId}, this.RenewCreateDate.getArguments().slice(1));
	},
	SendEmail: function(region, FlugreType, Property, Area, Floor, HouseExposed, BuildingArea, HouseType, FitmentComplexion, BuiltDate, TotalPrice, AveragePrice, IsBargaining, IsAgency, HouseAddress, toeimail, username) {
		return this.invoke("SendEmail", {"region":region, "FlugreType":FlugreType, "Property":Property, "Area":Area, "Floor":Floor, "HouseExposed":HouseExposed, "BuildingArea":BuildingArea, "HouseType":HouseType, "FitmentComplexion":FitmentComplexion, "BuiltDate":BuiltDate, "TotalPrice":TotalPrice, "AveragePrice":AveragePrice, "IsBargaining":IsBargaining, "IsAgency":IsAgency, "HouseAddress":HouseAddress, "toeimail":toeimail, "username":username}, this.SendEmail.getArguments().slice(17));
	},
	url: '/ajaxpro/Goohom.Web.Ajax.HouseSaleAjax,App_Code.ashx'
}));
Goohom.Web.Ajax.HouseSaleAjax = new Goohom.Web.Ajax.HouseSaleAjax_class();

