Interface IPredicate
Describes a logic that tests for a condition.
Namespace: Solti.Utils.Rpc.Interfaces
Assembly: Solti.Utils.Rpc.Interfaces.dll
Syntax
public interface IPredicate
Methods
Execute(Object, IInjector)
Executes the predicate.
Declaration
bool Execute(object value, IInjector currentScope)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | value | |
| Solti.Utils.DI.Interfaces.IInjector | currentScope |
Returns
| Type | Description |
|---|---|
| Boolean |