Show / Hide Table of Contents

Interface IAttributeBuilder

Namespace: AzureFromTheTrenches.Commanding.AspNetCore
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 Description
IAttributeBuilder
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
Type Name Description
System.Action<IParameterAttributeBuilder> parameterAttributeBuilder
Returns
Type Description
IAttributeBuilder
Type Parameters
Name Description
TAttribute
  • Improve this Doc
  • View Source
Back to top Generated by DocFX