Interface IComponentRule
Describes a rule for an IComponent.
Namespace: SpiceSharp.Validation.Components
Assembly: SpiceSharp.dll
Syntax
public interface IComponentRule : IRule
Methods
Apply(IComponent)
Applies the specified component.
Declaration
void Apply(IComponent component)
Parameters
Type | Name | Description |
---|---|---|
IComponent | component | The component. |