Interface IFunction
Assembly: WaaS.Core.dll
View Source
Declaration
public interface IFunction : ISortedExportable, ISorted
Properties
Type
View Source
Declaration
IFunctionType Type { get; }
Methods
GetBinder(ExecutionContext)
View Source
Declaration
FunctionBinder GetBinder(ExecutionContext context)
Returns
WaaS.ComponentModel.Runtime.FunctionBinder
Parameters
Type | Name |
---|---|
WaaS.Runtime.ExecutionContext | context |