Type.registerNamespace('TickCo.Web.AjaxWebServiceProxies');
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy=function() {
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.get_path();},
LoadLocalizedEvents:function(succeededCallback, failedCallback, userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
return this._invoke(this._get_path(), 'LoadLocalizedEvents',false,{},succeededCallback,failedCallback,userContext); }}
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.registerClass('TickCo.Web.AjaxWebServiceProxies.LocalizationProxy',Sys.Net.WebServiceProxy);
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance = new TickCo.Web.AjaxWebServiceProxies.LocalizationProxy();
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.set_path = function(value) {
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.set_path(value); }
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.get_path();}
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.set_timeout = function(value) {
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.set_timeout(value); }
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.get_timeout(); }
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.set_defaultUserContext = function(value) { 
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.set_defaultUserContext(value); }
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.get_defaultUserContext(); }
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.set_defaultSucceededCallback = function(value) { 
 TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.set_defaultSucceededCallback(value); }
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.get_defaultSucceededCallback(); }
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.set_defaultFailedCallback = function(value) { 
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.set_defaultFailedCallback(value); }
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.get_defaultFailedCallback(); }
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.set_path("/LocalizationProxy/LocalizationProxy.asmx");
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy.LoadLocalizedEvents= function(onSuccess,onFailed,userContext) {
/// <param name="succeededCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="failedCallback" type="Function" optional="true" mayBeNull="true"></param>
/// <param name="userContext" optional="true" mayBeNull="true"></param>
TickCo.Web.AjaxWebServiceProxies.LocalizationProxy._staticInstance.LoadLocalizedEvents(onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('TickCo.Web');
if (typeof(TickCo.Web.LocalizedEvents) === 'undefined') {
TickCo.Web.LocalizedEvents=gtc("TickCo.Web.LocalizedEvents");
TickCo.Web.LocalizedEvents.registerClass('TickCo.Web.LocalizedEvents');
}

