C# Class Elmah.Assertions.LogicalAssertion

Inheritance: Elmah.Assertions.CompositeAssertion
Afficher le fichier Open project: elmah/Elmah Class Usage Examples

Méthodes publiques

Méthode Description
LogicalAnd ( IAssertion operands ) : LogicalAssertion
LogicalNot ( IAssertion operands ) : LogicalAssertion
LogicalOr ( IAssertion operands ) : LogicalAssertion
Test ( object context ) : bool

Private Methods

Méthode Description
LogicalAssertion ( IEnumerable assertions, bool not, bool all ) : System

Method Details

LogicalAnd() public static méthode

public static LogicalAnd ( IAssertion operands ) : LogicalAssertion
operands IAssertion
Résultat LogicalAssertion

LogicalNot() public static méthode

public static LogicalNot ( IAssertion operands ) : LogicalAssertion
operands IAssertion
Résultat LogicalAssertion

LogicalOr() public static méthode

public static LogicalOr ( IAssertion operands ) : LogicalAssertion
operands IAssertion
Résultat LogicalAssertion

Test() public méthode

public Test ( object context ) : bool
context object
Résultat bool