Type.registerNamespace('SCOTT.CSC.WebServices');
SCOTT.CSC.WebServices.Tags=function() {
SCOTT.CSC.WebServices.Tags.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
SCOTT.CSC.WebServices.Tags.prototype={
GetAutoCompletionTags:function(prefixText,count,succeededCallback, failedCallback, userContext) {
return this._invoke(SCOTT.CSC.WebServices.Tags.get_path(), 'GetAutoCompletionTags',false,{prefixText:prefixText,count:count},succeededCallback,failedCallback,userContext); },
SaveTags:function(tags,tipId,succeededCallback, failedCallback, userContext) {
return this._invoke(SCOTT.CSC.WebServices.Tags.get_path(), 'SaveTags',false,{tags:tags,tipId:tipId},succeededCallback,failedCallback,userContext); }}
SCOTT.CSC.WebServices.Tags.registerClass('SCOTT.CSC.WebServices.Tags',Sys.Net.WebServiceProxy);
SCOTT.CSC.WebServices.Tags._staticInstance = new SCOTT.CSC.WebServices.Tags();
SCOTT.CSC.WebServices.Tags.set_path = function(value) { SCOTT.CSC.WebServices.Tags._staticInstance._path = value; }
SCOTT.CSC.WebServices.Tags.get_path = function() { return SCOTT.CSC.WebServices.Tags._staticInstance._path; }
SCOTT.CSC.WebServices.Tags.set_timeout = function(value) { SCOTT.CSC.WebServices.Tags._staticInstance._timeout = value; }
SCOTT.CSC.WebServices.Tags.get_timeout = function() { return SCOTT.CSC.WebServices.Tags._staticInstance._timeout; }
SCOTT.CSC.WebServices.Tags.set_defaultUserContext = function(value) { SCOTT.CSC.WebServices.Tags._staticInstance._userContext = value; }
SCOTT.CSC.WebServices.Tags.get_defaultUserContext = function() { return SCOTT.CSC.WebServices.Tags._staticInstance._userContext; }
SCOTT.CSC.WebServices.Tags.set_defaultSucceededCallback = function(value) { SCOTT.CSC.WebServices.Tags._staticInstance._succeeded = value; }
SCOTT.CSC.WebServices.Tags.get_defaultSucceededCallback = function() { return SCOTT.CSC.WebServices.Tags._staticInstance._succeeded; }
SCOTT.CSC.WebServices.Tags.set_defaultFailedCallback = function(value) { SCOTT.CSC.WebServices.Tags._staticInstance._failed = value; }
SCOTT.CSC.WebServices.Tags.get_defaultFailedCallback = function() { return SCOTT.CSC.WebServices.Tags._staticInstance._failed; }
SCOTT.CSC.WebServices.Tags.set_path("/Services/Tags.asmx");
SCOTT.CSC.WebServices.Tags.GetAutoCompletionTags= function(prefixText,count,onSuccess,onFailed,userContext) {SCOTT.CSC.WebServices.Tags._staticInstance.GetAutoCompletionTags(prefixText,count,onSuccess,onFailed,userContext); }
SCOTT.CSC.WebServices.Tags.SaveTags= function(tags,tipId,onSuccess,onFailed,userContext) {SCOTT.CSC.WebServices.Tags._staticInstance.SaveTags(tags,tipId,onSuccess,onFailed,userContext); }
