C# Class Conditions.Condition.PropertyComparisonCondition

Inheritance: Condition
Mostra file Open project: GAIPS-INESC-ID/FAtiMA-Toolkit

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
PropertyComparisonCondition ( IValueRetriver property1, IValueRetriver property2, ComparisonOperator op ) : System.Collections.Generic
ToString ( ) : string

Protected Methods

Method Description
CheckActivation ( WellFormedNames.IQueryable db, Name perspective, IEnumerable constraints ) : IEnumerable

Method Details

CheckActivation() protected method

protected CheckActivation ( WellFormedNames.IQueryable db, Name perspective, IEnumerable constraints ) : IEnumerable
db WellFormedNames.IQueryable
perspective Name
constraints IEnumerable
return IEnumerable

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

PropertyComparisonCondition() public method

public PropertyComparisonCondition ( IValueRetriver property1, IValueRetriver property2, ComparisonOperator op ) : System.Collections.Generic
property1 IValueRetriver
property2 IValueRetriver
op ComparisonOperator
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string