C# Class FullInspector.fiLogicalOperatorSupport

Afficher le fichier Open project: jacobdufault/fullinspector

Méthodes publiques

Méthode Description
ComputeValue ( fiLogicalOperator op, string memberNames, object element ) : bool

Private Methods

Méthode Description
Combine ( fiLogicalOperator op, bool a, bool b ) : bool
GetInitialValue ( fiLogicalOperator op ) : bool

Method Details

ComputeValue() public static méthode

public static ComputeValue ( fiLogicalOperator op, string memberNames, object element ) : bool
op fiLogicalOperator
memberNames string
element object
Résultat bool