C# Class AjRools.Expert.Facts.IsAFact

Inheritance: Fact
Afficher le fichier Open project: ajlopez/AjRools Class Usage Examples

Méthodes publiques

Méthode Description
IsAFact ( string name, string type ) : System
IsSatisfiedByValue ( object value ) : bool

Private Methods

Méthode Description
IsSatisfiedByType ( Type type ) : bool

Method Details

IsAFact() public méthode

public IsAFact ( string name, string type ) : System
name string
type string
Résultat System

IsSatisfiedByValue() public méthode

public IsSatisfiedByValue ( object value ) : bool
value object
Résultat bool