/* * * http://mvcresourceloader.codeplex.com/license * * */ using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace InteSoft.Web.ExternalResourceLoader{ internal class Condition { internal Action Action { get; set; } internal string If { get; set; } } }