if(typeof WasteManager == "undefined") WasteManager={};
if(typeof WasteManager.UI == "undefined") WasteManager.UI={};
WasteManager.UI.ShowPropertiesTablePage_class = function() {};
Object.extend(WasteManager.UI.ShowPropertiesTablePage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetImage: function(tableName, recordID, columnName, title, persist, popupWindowHeight, popupWindowWidth, popupWindowScrollBar) {
		return this.invoke("GetImage", {"tableName":tableName, "recordID":recordID, "columnName":columnName, "title":title, "persist":persist, "popupWindowHeight":popupWindowHeight, "popupWindowWidth":popupWindowWidth, "popupWindowScrollBar":popupWindowScrollBar}, this.GetImage.getArguments().slice(8));
	},
	GetRecordFieldValue: function(tableName, recordID, columnName, title, persist, popupWindowHeight, popupWindowWidth, popupWindowScrollBar) {
		return this.invoke("GetRecordFieldValue", {"tableName":tableName, "recordID":recordID, "columnName":columnName, "title":title, "persist":persist, "popupWindowHeight":popupWindowHeight, "popupWindowWidth":popupWindowWidth, "popupWindowScrollBar":popupWindowScrollBar}, this.GetRecordFieldValue.getArguments().slice(8));
	},
	url: '/WebForms/ajaxpro/WasteManager.UI.ShowPropertiesTablePage,WasteManager.ashx'
}));
WasteManager.UI.ShowPropertiesTablePage = new WasteManager.UI.ShowPropertiesTablePage_class();

