Метод | Описание | |
---|---|---|
Add ( ICriteria criteria ) : void |
Adds the supplied
|
|
ComposedCriteria ( ) : System.Collections.Generic |
Creates a new instance of the ComposedCriteria class.
|
|
ComposedCriteria ( ICriteria criteria ) : System.Collections.Generic |
Creates a new instance of the ComposedCriteria class.
|
|
IsSatisfied ( object datum ) : bool |
Does the supplied datum satisfy the criteria encapsulated by this instance?
|
public Add ( ICriteria criteria ) : void | ||
criteria | ICriteria |
/// The |
Результат | void |
public ComposedCriteria ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public ComposedCriteria ( ICriteria criteria ) : System.Collections.Generic | ||
criteria | ICriteria | /// A user-defined (child) criteria that will be composed into this instance. /// |
Результат | System.Collections.Generic |
public IsSatisfied ( object datum ) : bool | ||
datum | object | The data to be checked by this criteria instance. |
Результат | bool |