public ResourceEntry(string path, Type componentType, int order, ClientScriptCacheability cacheability) { ResourcePath = path; ComponentType = componentType; Order = order; Cacheability = cacheability; }