Summary
ProjectionAttribute. This class cannot be inherited.
Implements the
System.Attribute
- Assembly
- Rocket
.Surgery .Extensions .Marten .dll - Namespace
- Rocket
.Surgery .Extensions .Marten .Projections - Base Types
-
- Attribute
graph BT
Type-->Base0["Attribute"]
Type["ProjectionAttribute"]
class Type type-node
Syntax
public sealed class ProjectionAttribute : Attribute
Attributes
Type | Description |
---|---|
Attribute |
Constructors
Name | Summary |
---|---|
ProjectionAttribute |
Initializes a new instance of the ProjectionAttribute class.
|
Properties
Name | Value | Summary |
---|---|---|
ProjectionType | ProjectionType |
Gets or sets the type of the projection.
|
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