Type.registerNamespace('DC_Skivalle_SkiPerformace._Script');
DC_Skivalle_SkiPerformace._Script.wsResources=function() {
DC_Skivalle_SkiPerformace._Script.wsResources.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
DC_Skivalle_SkiPerformace._Script.wsResources.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.get_path();},
getResources:function(keyResource,succeededCallback, failedCallback, userContext) {
/// <param name="keyResource" type="String">System.String</param>
/// <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(), 'getResources',false,{keyResource:keyResource},succeededCallback,failedCallback,userContext); },
setResources:function(resources,succeededCallback, failedCallback, userContext) {
/// <param name="resources">System.Object</param>
/// <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(), 'setResources',false,{resources:resources},succeededCallback,failedCallback,userContext); }}
DC_Skivalle_SkiPerformace._Script.wsResources.registerClass('DC_Skivalle_SkiPerformace._Script.wsResources',Sys.Net.WebServiceProxy);
DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance = new DC_Skivalle_SkiPerformace._Script.wsResources();
DC_Skivalle_SkiPerformace._Script.wsResources.set_path = function(value) {
DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.set_path(value); }
DC_Skivalle_SkiPerformace._Script.wsResources.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.get_path();}
DC_Skivalle_SkiPerformace._Script.wsResources.set_timeout = function(value) {
DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.set_timeout(value); }
DC_Skivalle_SkiPerformace._Script.wsResources.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.get_timeout(); }
DC_Skivalle_SkiPerformace._Script.wsResources.set_defaultUserContext = function(value) { 
DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.set_defaultUserContext(value); }
DC_Skivalle_SkiPerformace._Script.wsResources.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.get_defaultUserContext(); }
DC_Skivalle_SkiPerformace._Script.wsResources.set_defaultSucceededCallback = function(value) { 
 DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.set_defaultSucceededCallback(value); }
DC_Skivalle_SkiPerformace._Script.wsResources.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.get_defaultSucceededCallback(); }
DC_Skivalle_SkiPerformace._Script.wsResources.set_defaultFailedCallback = function(value) { 
DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.set_defaultFailedCallback(value); }
DC_Skivalle_SkiPerformace._Script.wsResources.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.get_defaultFailedCallback(); }
DC_Skivalle_SkiPerformace._Script.wsResources.set_path("/_Script/wsResources.asmx");
DC_Skivalle_SkiPerformace._Script.wsResources.getResources= function(keyResource,onSuccess,onFailed,userContext) {
/// <param name="keyResource" type="String">System.String</param>
/// <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>
DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.getResources(keyResource,onSuccess,onFailed,userContext); }
DC_Skivalle_SkiPerformace._Script.wsResources.setResources= function(resources,onSuccess,onFailed,userContext) {
/// <param name="resources">System.Object</param>
/// <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>
DC_Skivalle_SkiPerformace._Script.wsResources._staticInstance.setResources(resources,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
if (typeof(DC_Skivalle_SkiPerformace._Script.Resource) === 'undefined') {
DC_Skivalle_SkiPerformace._Script.Resource=gtc("DC_Skivalle_SkiPerformace._Script.Resource");
DC_Skivalle_SkiPerformace._Script.Resource.registerClass('DC_Skivalle_SkiPerformace._Script.Resource');
}

