if(typeof AMProperties == "undefined") AMProperties={};
AMProperties_class = function() {};
Object.extend(AMProperties_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAllProperties: function(listtype) {
		return this.invoke("GetAllProperties", {"listtype":listtype}, this.GetAllProperties.getArguments().slice(1));
	},
	GetPropertyDetails: function(propertyid) {
		return this.invoke("GetPropertyDetails", {"propertyid":propertyid}, this.GetPropertyDetails.getArguments().slice(1));
	},
	url: '/ajaxpro/AMProperties,App_Web_m4eiqs9p.ashx'
}));
AMProperties = new AMProperties_class();

