Interface IOperation
Defines the contract of an executable operation.
Namespace: Kephas.Operations
Assembly: Kephas.Core.dll
Syntax
public interface IOperation
Methods
| Improve this Doc View SourceExecute(IContext)
Executes the operation in the given context.
Declaration
object Execute(IContext context = null)
Parameters
Type | Name | Description |
---|---|---|
IContext | context | Optional. The context. |
Returns
Type | Description |
---|---|
System.Object | An object. |