var TagsService=function() {
TagsService.initializeBase(this);
this._timeout = 0;
this._userContext = null;
this._succeeded = null;
this._failed = null;
}
TagsService.prototype={
_get_path:function() {
 var p = this.get_path();
 if (p) return p;
 else return TagsService._staticInstance.get_path();},
GetTags:function(context,succeededCallback, failedCallback, userContext) {
return this._invoke(this._get_path(), 'GetTags',false,{context:context},succeededCallback,failedCallback,userContext); }}
TagsService.registerClass('TagsService',Sys.Net.WebServiceProxy);
TagsService._staticInstance = new TagsService();
TagsService.set_path = function(value) { TagsService._staticInstance.set_path(value); }
TagsService.get_path = function() { return TagsService._staticInstance.get_path(); }
TagsService.set_timeout = function(value) { TagsService._staticInstance.set_timeout(value); }
TagsService.get_timeout = function() { return TagsService._staticInstance.get_timeout(); }
TagsService.set_defaultUserContext = function(value) { TagsService._staticInstance.set_defaultUserContext(value); }
TagsService.get_defaultUserContext = function() { return TagsService._staticInstance.get_defaultUserContext(); }
TagsService.set_defaultSucceededCallback = function(value) { TagsService._staticInstance.set_defaultSucceededCallback(value); }
TagsService.get_defaultSucceededCallback = function() { return TagsService._staticInstance.get_defaultSucceededCallback(); }
TagsService.set_defaultFailedCallback = function(value) { TagsService._staticInstance.set_defaultFailedCallback(value); }
TagsService.get_defaultFailedCallback = function() { return TagsService._staticInstance.get_defaultFailedCallback(); }
TagsService.set_enableJsonp = function(value) { TagsService._staticInstance.set_enableJsonp(value); }
TagsService.get_enableJsonp = function() { return TagsService._staticInstance.get_enableJsonp(); }
TagsService.set_jsonpCallbackParameter = function(value) { TagsService._staticInstance.set_jsonpCallbackParameter(value); }
TagsService.get_jsonpCallbackParameter = function() { return TagsService._staticInstance.get_jsonpCallbackParameter(); }
TagsService.set_path("/TagsService.asmx");
TagsService.GetTags= function(context,onSuccess,onFailed,userContext) {TagsService._staticInstance.GetTags(context,onSuccess,onFailed,userContext); }
var gtc = Sys.Net.WebServiceProxy._generateTypedConstructor;
Type.registerNamespace('Telerik.Web.UI');
if (typeof(Telerik.Web.UI.RadComboBoxItemData) === 'undefined') {
Telerik.Web.UI.RadComboBoxItemData=gtc("Telerik.Web.UI.RadComboBoxItemData");
Telerik.Web.UI.RadComboBoxItemData.registerClass('Telerik.Web.UI.RadComboBoxItemData');
}
