API Documentation
ArchUnitNET.Fluent.CombinedArchRule Class Reference
Inheritance diagram for ArchUnitNET.Fluent.CombinedArchRule:
Collaboration diagram for ArchUnitNET.Fluent.CombinedArchRule:

Public Member Functions

 CombinedArchRule (ICanBeEvaluated firstRule, LogicalConjunction logicalConjunction, ICanBeEvaluated secondRule)
 
bool HasNoViolations (Architecture architecture)
 
IEnumerable< EvaluationResultEvaluate (Architecture architecture)
 
CombinedArchRuleDefinition And ()
 
CombinedArchRuleDefinition Or ()
 
IArchRule And (IArchRule archRule)
 
IArchRule Or (IArchRule archRule)
 
override string ToString ()
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Public Attributes

string Description
 

Additional Inherited Members

- Properties inherited from ArchUnitNET.Domain.IHasDescription
string Description [get]
 

Member Data Documentation

◆ Description

string ArchUnitNET.Fluent.CombinedArchRule.Description
Initial value:
=> _firstRule.Description + " " + _logicalConjunction.Description + " " +
_secondRule.Description

The documentation for this class was generated from the following file: