if(typeof Grape == "undefined") Grape={};
if(typeof Grape.WebUI == "undefined") Grape.WebUI={};
if(typeof Grape.WebUI.GrapeUserControlBase == "undefined") Grape.WebUI.GrapeUserControlBase={};
Grape.WebUI.GrapeUserControlBase_class = function() {};
Object.extend(Grape.WebUI.GrapeUserControlBase_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	AjaxLoadPage: function(page, queryString) {
		return this.invoke("AjaxLoadPage", {"page":page, "queryString":queryString}, this.AjaxLoadPage.getArguments().slice(2));
	},
	AjaxProcessSerializedForm: function(formStrings, userControlName, formName, action, customAction, differentUserControlToRender) {
		return this.invoke("AjaxProcessSerializedForm", {"formStrings":formStrings, "userControlName":userControlName, "formName":formName, "action":action, "customAction":customAction, "differentUserControlToRender":differentUserControlToRender}, this.AjaxProcessSerializedForm.getArguments().slice(6));
	},
	GetList: function(listType, filter, orderListBy, dataValueField, dataTextField) {
		return this.invoke("GetList", {"listType":listType, "filter":filter, "orderListBy":orderListBy, "dataValueField":dataValueField, "dataTextField":dataTextField}, this.GetList.getArguments().slice(5));
	},
	url: '/ajaxpro/Grape.WebUI.GrapeUserControlBase,Grape.WebUI.ashx'
}));
Grape.WebUI.GrapeUserControlBase = new Grape.WebUI.GrapeUserControlBase_class();


