Show / Hide Table of Contents

Interface IComponentRule

Describes a rule for an IComponent.

Inherited Members
IRule.ViolationCount
IRule.Violations
IRule.Reset()
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.

Extension Methods

Utility.ThrowIfNull<T>(T, string)

See Also

IRule
In this article
Back to top Generated by DocFX