Ejemplo n.º 1
0
 public ResourceEntry(string path, Type componentType, int order, ClientScriptCacheability cacheability)
 {
     ResourcePath  = path;
     ComponentType = componentType;
     Order         = order;
     Cacheability  = cacheability;
 }
Ejemplo n.º 2
0
		public ResourceEntry(string path, Type componentType, int order, ClientScriptCacheability cacheability)
		{
			ResourcePath = path;
			ComponentType = componentType;
			Order = order;
			Cacheability = cacheability;
		}