Summary
An attribute that defines a convention for this entire assembly
The type attached to the convention must implement
IConvention but may also implement other interfaces
Implements the System.Attribute
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type["ConventionAttribute"]
class Type type-node
Syntax
public sealed class ConventionAttribute : Attribute
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| Attribute |
Constructors
| Name | Summary |
|---|---|
| ConventionAttribute |
The type to be used with the convention type |
Properties
| Name | Value | Summary |
|---|---|---|
| Type | Type |
The convention type
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
See Also
- System.Attribute
