C# Class AjRools.Expert.Facts.IsAFact

Inheritance: Fact
Mostrar archivo Open project: ajlopez/AjRools Class Usage Examples

Public Methods

Method Description
IsAFact ( string name, string type ) : System
IsSatisfiedByValue ( object value ) : bool

Private Methods

Method Description
IsSatisfiedByType ( Type type ) : bool

Method Details

IsAFact() public method

public IsAFact ( string name, string type ) : System
name string
type string
return System

IsSatisfiedByValue() public method

public IsSatisfiedByValue ( object value ) : bool
value object
return bool