Interface IAttributeBuilder
Assembly: AzureFromTheTrenches.Commanding.AspNetCore.dll
Syntax
public interface IAttributeBuilder
Methods
|
Improve this Doc
View Source
Attribute<TAttribute>()
Declaration
IAttributeBuilder Attribute<TAttribute>()
where TAttribute : Attribute
Returns
Type Parameters
| Name |
Description |
| TAttribute |
|
|
Improve this Doc
View Source
Attribute<TAttribute>(Action<IParameterAttributeBuilder>)
Declaration
IAttributeBuilder Attribute<TAttribute>(Action<IParameterAttributeBuilder> parameterAttributeBuilder)
where TAttribute : Attribute
Parameters
Returns
Type Parameters
| Name |
Description |
| TAttribute |
|