Interface IFunctionOptions<TParentBuilder, TFunctionOptionsBuilder>
Allows additional function options and overrides for defaults to be configured
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IFunctionOptions<out TParentBuilder, out TFunctionOptionsBuilder>
where TParentBuilder : class where TFunctionOptionsBuilder : class
Type Parameters
Name |
Description |
TParentBuilder |
|
TFunctionOptionsBuilder |
|
Properties
|
Improve this Doc
View Source
OutputTo
Declaration
IOutputBindingBuilder<TParentBuilder> OutputTo { get; }
Property Value
Methods
|
Improve this Doc
View Source
Options(Action<TFunctionOptionsBuilder>)
Declaration
TParentBuilder Options(Action<TFunctionOptionsBuilder> options)
Parameters
Type |
Name |
Description |
Action<TFunctionOptionsBuilder> |
options |
|
Returns
Type |
Description |
TParentBuilder |
|
|
Improve this Doc
View Source
OutputBindingConverter<TConverter>()
Declaration
TParentBuilder OutputBindingConverter<TConverter>()
where TConverter : IOutputBindingConverter
Returns
Type |
Description |
TParentBuilder |
|
Type Parameters
Name |
Description |
TConverter |
|
Extension Methods