Type.registerNamespace('Intrafinity.Web.Presentation.Controls');
Intrafinity.Web.Presentation.Controls.CalendarPickerWS=function() {
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.prototype={
UpdateSelectedCalendarListSession:function(caList,succeededCallback, failedCallback, userContext) {
return this._invoke(Intrafinity.Web.Presentation.Controls.CalendarPickerWS.get_path(), 'UpdateSelectedCalendarListSession',false,{caList:caList},succeededCallback,failedCallback,userContext); }}
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.registerClass('Intrafinity.Web.Presentation.Controls.CalendarPickerWS',Sys.Net.WebServiceProxy);
Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance = new Intrafinity.Web.Presentation.Controls.CalendarPickerWS();
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.set_path = function(value) { Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._path = value; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.get_path = function() { return Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._path; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.set_timeout = function(value) { Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._timeout = value; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.get_timeout = function() { return Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._timeout; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.set_defaultUserContext = function(value) { Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._userContext = value; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.get_defaultUserContext = function() { return Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._userContext; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.set_defaultSucceededCallback = function(value) { Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._succeeded = value; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.get_defaultSucceededCallback = function() { return Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._succeeded; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.set_defaultFailedCallback = function(value) { Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._failed = value; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.get_defaultFailedCallback = function() { return Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance._failed; }
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.set_path("/common/pages/CalendarPickerWS.asmx");
Intrafinity.Web.Presentation.Controls.CalendarPickerWS.UpdateSelectedCalendarListSession= function(caList,onSuccess,onFailed,userContext) {Intrafinity.Web.Presentation.Controls.CalendarPickerWS._staticInstance.UpdateSelectedCalendarListSession(caList,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(Intrafinity.Web.Presentation.Controls.CalendarAdapter) === 'undefined') {
Intrafinity.Web.Presentation.Controls.CalendarAdapter=gtc("Intrafinity.Web.Presentation.Controls.CalendarAdapter");
Intrafinity.Web.Presentation.Controls.CalendarAdapter.registerClass('Intrafinity.Web.Presentation.Controls.CalendarAdapter');
}

