Rule public class Rule Documentation public string Application { get; set; } public int Id { get; set; } public LoggingLevel LoggingLevel { get; set; } public string MachineName { get; set; } public int Order { get; set; } public List<string> Sinks { get; set; } public string SubSystem { get; set; } public string System { get; set; } public Rule() public Rule(string machineName, string system, string subSystem, string application, List<string> sinks, LoggingLevel loggingLevel) public int GetHashCodeOfList<T>(IEnumerable<T> list) public string GetLoggingLevelNumericValue() public string GetSemicolonDelimitedSinks()