RuleContainer class
The default rule container.
public class RuleContainer : IRuleContainer
Public Members
| name | description |
|---|---|
| RuleContainer() | The default constructor. |
| Length { get; } | The number of rules in the container. |
| AddRule<TRule>() | Add a rule into the container. |
| ExecuteAllRules(…) | Executes all the rules in the container on the given file in accordance with the given . (2 methods) |
| override ToString() |
See Also
- namespace DotNetOpen.FileService