Summary
Defines this convention as one that only runs during live usage to avoid unit tests
- Assembly
- Rocket
.Surgery .Conventions .Abstractions .dll - Namespace
- Rocket
.Surgery .Conventions - Interfaces
-
- IHostBasedConvention
- Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type-.->Interface0["IHostBasedConvention"]
Type["LiveConventionAttribute"]
class Type type-node
Syntax
public sealed class LiveConventionAttribute : Attribute, IHostBasedConvention
Attributes
Type | Description |
---|---|
Attribute |
Constructors
Name | Summary |
---|---|
Live |
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