var ResourcesService=function() {
ResourcesService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
ResourcesService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return ResourcesService._staticInstance.get_path();},
GetDetailsByNode:function(strNodeId,intType,succeededCallback, failedCallback, userContext) {
/// <param name="strNodeId" type="String">System.String</param>
/// <param name="intType" type="Number">System.Int32</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(), 'GetDetailsByNode',false,{strNodeId:strNodeId,intType:intType},succeededCallback,failedCallback,userContext); },
UpdateContentByNode:function(strNodeId,strHTMLContent,succeededCallback, failedCallback, userContext) {
/// <param name="strNodeId" type="String">System.String</param>
/// <param name="strHTMLContent" 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(), 'UpdateContentByNode',false,{strNodeId:strNodeId,strHTMLContent:strHTMLContent},succeededCallback,failedCallback,userContext); },
UpdateContentByNode_1:function(strNodeId,strHTMLContent,succeededCallback, failedCallback, userContext) {
/// <param name="strNodeId" type="String">System.String</param>
/// <param name="strHTMLContent" 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(), 'UpdateContentByNode_1',false,{strNodeId:strNodeId,strHTMLContent:strHTMLContent},succeededCallback,failedCallback,userContext); }}
ResourcesService.registerClass('ResourcesService',Sys.Net.WebServiceProxy);
ResourcesService._staticInstance = new ResourcesService();
ResourcesService.set_path = function(value) {
ResourcesService._staticInstance.set_path(value); }
ResourcesService.get_path = function() { 
/// <value type="String" mayBeNull="true">The service url.</value>
return ResourcesService._staticInstance.get_path();}
ResourcesService.set_timeout = function(value) {
ResourcesService._staticInstance.set_timeout(value); }
ResourcesService.get_timeout = function() { 
/// <value type="Number">The service timeout.</value>
return ResourcesService._staticInstance.get_timeout(); }
ResourcesService.set_defaultUserContext = function(value) { 
ResourcesService._staticInstance.set_defaultUserContext(value); }
ResourcesService.get_defaultUserContext = function() { 
/// <value mayBeNull="true">The service default user context.</value>
return ResourcesService._staticInstance.get_defaultUserContext(); }
ResourcesService.set_defaultSucceededCallback = function(value) { 
 ResourcesService._staticInstance.set_defaultSucceededCallback(value); }
ResourcesService.get_defaultSucceededCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default succeeded callback.</value>
return ResourcesService._staticInstance.get_defaultSucceededCallback(); }
ResourcesService.set_defaultFailedCallback = function(value) { 
ResourcesService._staticInstance.set_defaultFailedCallback(value); }
ResourcesService.get_defaultFailedCallback = function() { 
/// <value type="Function" mayBeNull="true">The service default failed callback.</value>
return ResourcesService._staticInstance.get_defaultFailedCallback(); }
ResourcesService.set_path("/ResourcesService.asmx");
ResourcesService.GetDetailsByNode= function(strNodeId,intType,onSuccess,onFailed,userContext) {
/// <param name="strNodeId" type="String">System.String</param>
/// <param name="intType" type="Number">System.Int32</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>
ResourcesService._staticInstance.GetDetailsByNode(strNodeId,intType,onSuccess,onFailed,userContext); }
ResourcesService.UpdateContentByNode= function(strNodeId,strHTMLContent,onSuccess,onFailed,userContext) {
/// <param name="strNodeId" type="String">System.String</param>
/// <param name="strHTMLContent" 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>
ResourcesService._staticInstance.UpdateContentByNode(strNodeId,strHTMLContent,onSuccess,onFailed,userContext); }
ResourcesService.UpdateContentByNode_1= function(strNodeId,strHTMLContent,onSuccess,onFailed,userContext) {
/// <param name="strNodeId" type="String">System.String</param>
/// <param name="strHTMLContent" 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>
ResourcesService._staticInstance.UpdateContentByNode_1(strNodeId,strHTMLContent,onSuccess,onFailed,userContext); }

