﻿Type.registerNamespace("Telerik.Web.UI");
(function(){var a=Telerik.Web.UI;
a.ResourceStyleMappingCollection=function(){this._array=[];
};
a.ResourceStyleMappingCollection.prototype={add:function(c){var b=this._array.length;
this._array[b]=c;
},getStyleMapping:function(b){return this._array[b];
},getMatchingClasses:function(c){var b=[];
this.forEach(function(e){var f=e.get_applyCssClass();
var g=e.get_type();
var h=e.get_key();
var d=e.get_text();
if(!f){return;
}if(!g&&!h&&!d){return;
}if(g&&g!=c.get_type()){return;
}if(h&&h!=c.get_key()){return;
}if(d&&d!=c.get_text()){return;
}b[b.length]=f;
});
return b;
},get_count:function(){return this._array.length;
},forEach:function(d){for(var c=0,b=this.get_count();
c<b;
c++){d(this.getStyleMapping(c));
}}};
a.ResourceStyleMappingCollection.registerClass("Telerik.Web.UI.ResourceStyleMappingCollection");
})();

if(typeof(Sys)!=='undefined')Sys.Application.notifyScriptLoaded();