if(typeof AjaxMethod == "undefined") AjaxMethod={};
AjaxMethod_class = function() {};
Object.extend(AjaxMethod_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetUpBastPath: function() {
		return this.invoke("GetUpBastPath", {}, this.GetUpBastPath.getArguments().slice(0));
	},
	GetRootPath: function() {
		return this.invoke("GetRootPath", {}, this.GetRootPath.getArguments().slice(0));
	},
	UserLogin: function(userName, Password, HidPassword, userType) {
		return this.invoke("UserLogin", {"userName":userName, "Password":Password, "HidPassword":HidPassword, "userType":userType}, this.UserLogin.getArguments().slice(4));
	},
	UserLoginOut: function() {
		return this.invoke("UserLoginOut", {}, this.UserLoginOut.getArguments().slice(0));
	},
	GetRule: function(ColumnID) {
		return this.invoke("GetRule", {"ColumnID":ColumnID}, this.GetRule.getArguments().slice(1));
	},
	GetInfo: function(InfoID) {
		return this.invoke("GetInfo", {"InfoID":InfoID}, this.GetInfo.getArguments().slice(1));
	},
	AddInfo: function(_info) {
		return this.invoke("AddInfo", {"_info":_info}, this.AddInfo.getArguments().slice(1));
	},
	UpdateInfo: function(_info) {
		return this.invoke("UpdateInfo", {"_info":_info}, this.UpdateInfo.getArguments().slice(1));
	},
	Delete: function(id) {
		return this.invoke("Delete", {"id":id}, this.Delete.getArguments().slice(1));
	},
	ChangeCommend: function(id, Commend) {
		return this.invoke("ChangeCommend", {"id":id, "Commend":Commend}, this.ChangeCommend.getArguments().slice(2));
	},
	ChangeStatus: function(id, Status) {
		return this.invoke("ChangeStatus", {"id":id, "Status":Status}, this.ChangeStatus.getArguments().slice(2));
	},
	DeleteFile: function(url) {
		return this.invoke("DeleteFile", {"url":url}, this.DeleteFile.getArguments().slice(1));
	},
	LongOperation: function() {
		return this.invoke("LongOperation", {}, this.LongOperation.getArguments().slice(0));
	},
	url: '/cxkt/ajaxpro/AjaxMethod,App_Code.ashx'
}));
AjaxMethod = new AjaxMethod_class();

