if(typeof WebAspx == "undefined") WebAspx={};
if(typeof WebAspx.Ajax == "undefined") WebAspx.Ajax={};
if(typeof WebAspx.Ajax.All_Model == "undefined") WebAspx.Ajax.All_Model={};
WebAspx.Ajax.All_Model_class = function() {};
Object.extend(WebAspx.Ajax.All_Model_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	All_ModelInfoList_byType: function(type) {
		return this.invoke("All_ModelInfoList_byType", {"type":type}, this.All_ModelInfoList_byType.getArguments().slice(1));
	},
	GetTime: function() {
		return this.invoke("GetTime", {}, this.GetTime.getArguments().slice(0));
	},
	url: '/ajaxpro/WebAspx.Ajax.All_Model,Ajax.ashx'
}));
WebAspx.Ajax.All_Model = new WebAspx.Ajax.All_Model_class();

