/// <summary> /// Initializes a new instance of the RuleParameters class. /// </summary> public RuleParameters(BlockListParameters blockList = default(BlockListParameters), WhiteListParameters whiteList = default(WhiteListParameters), UpsaleParameters upsale = default(UpsaleParameters), PerSeedBlockListParameters perSeedBlockList = default(PerSeedBlockListParameters), FeatureBlockListParameters featureBlockList = default(FeatureBlockListParameters), FeatureWhiteListParameters featureWhiteList = default(FeatureWhiteListParameters)) { BlockList = blockList; WhiteList = whiteList; Upsale = upsale; PerSeedBlockList = perSeedBlockList; FeatureBlockList = featureBlockList; FeatureWhiteList = featureWhiteList; }