var ListDettaglioNews=function() {
ListDettaglioNews.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ListDettaglioNews.prototype={
GetDettaglio:function(codeNews,codeLanguage,succeededCallback, failedCallback, userContext) {
return this._invoke(ListDettaglioNews.get_path(), 'GetDettaglio',false,{codeNews:codeNews,codeLanguage:codeLanguage},succeededCallback,failedCallback,userContext); }}
ListDettaglioNews.registerClass('ListDettaglioNews',Sys.Net.WebServiceProxy);
ListDettaglioNews._staticInstance = new ListDettaglioNews();
ListDettaglioNews.set_path = function(value) { ListDettaglioNews._staticInstance._path = value; }
ListDettaglioNews.get_path = function() { return ListDettaglioNews._staticInstance._path; }
ListDettaglioNews.set_timeout = function(value) { ListDettaglioNews._staticInstance._timeout = value; }
ListDettaglioNews.get_timeout = function() { return ListDettaglioNews._staticInstance._timeout; }
ListDettaglioNews.set_defaultUserContext = function(value) { ListDettaglioNews._staticInstance._userContext = value; }
ListDettaglioNews.get_defaultUserContext = function() { return ListDettaglioNews._staticInstance._userContext; }
ListDettaglioNews.set_defaultSucceededCallback = function(value) { ListDettaglioNews._staticInstance._succeeded = value; }
ListDettaglioNews.get_defaultSucceededCallback = function() { return ListDettaglioNews._staticInstance._succeeded; }
ListDettaglioNews.set_defaultFailedCallback = function(value) { ListDettaglioNews._staticInstance._failed = value; }
ListDettaglioNews.get_defaultFailedCallback = function() { return ListDettaglioNews._staticInstance._failed; }
ListDettaglioNews.set_path("/ListDettaglioNews.asmx");
ListDettaglioNews.GetDettaglio= function(codeNews,codeLanguage,onSuccess,onFailed,userContext) {ListDettaglioNews._staticInstance.GetDettaglio(codeNews,codeLanguage,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(DettaglioNews) === 'undefined') {
var DettaglioNews=gtc("DettaglioNews");
DettaglioNews.registerClass('DettaglioNews');
}
