﻿Type.registerNamespace("Telerik.Web.UI");
(function(){var a=Telerik.Web.UI;
a.ResourceStyleMapping=function(b){if(b){this._key=b.Key;
this._text=b.Text;
this._type=b.Type;
this._applyCssClass=b.ApplyCssClass;
}};
a.ResourceStyleMapping.prototype={get_key:function(){return this._key;
},set_key:function(b){this._key=b;
},get_text:function(){return this._text;
},set_text:function(b){this._text=b;
},get_type:function(){return this._type;
},set_type:function(b){this._type=b;
},get_applyCssClass:function(){return this._applyCssClass;
},set_applyCssClass:function(b){this._applyCssClass=b;
}};
a.ResourceStyleMapping.registerClass("Telerik.Web.UI.ResourceStyleMapping");
})();

if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();