if(typeof Eggert == "undefined") Eggert={};
if(typeof Eggert.bo == "undefined") Eggert.bo={};
Eggert.bo.boHostInformation_class = function() {};
Object.extend(Eggert.bo.boHostInformation_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetHostInformation: function() {
		return this.invoke("GetHostInformation", {}, this.GetHostInformation.getArguments().slice(0));
	},
	InsertHostInformation: function(ScreenText) {
		return this.invoke("InsertHostInformation", {"ScreenText":ScreenText}, this.InsertHostInformation.getArguments().slice(1));
	},
	UpdateHostInformation: function(ScreenText) {
		return this.invoke("UpdateHostInformation", {"ScreenText":ScreenText}, this.UpdateHostInformation.getArguments().slice(1));
	},
	DeleteHostInformation: function() {
		return this.invoke("DeleteHostInformation", {}, this.DeleteHostInformation.getArguments().slice(0));
	},
	url: '/ajaxpro/Eggert.bo.boHostInformation,ChasingTheTangent.ashx'
}));
Eggert.bo.boHostInformation = new Eggert.bo.boHostInformation_class();

