- Namespace
-
GitVersion
.Configuration .Attributes - Base Types
-
- JsonAttribute
graph BT Type-->Base0["JsonAttribute"]
Type["JsonPropertyDefaultAttribute"] class Type type-node
Syntax
[AttributeUsage(AttributeTargets.Property | AttributeTargets.Field)]
public sealed class JsonPropertyDefaultAttribute : JsonAttribute
Attributes
Type | Description |
---|---|
AttributeUsage |
Constructors
Name | Summary |
---|---|
Json |
Initializes a new instance of
JsonPropertyDefaultAttribute
with the specified default property value.
|
Json |
Initializes a new instance of
JsonPropertyDefaultAttribute
with the specified default property value.
|
Json |
Initializes a new instance of
JsonPropertyDefaultAttribute
with the specified default property value.
|
Json |
Initializes a new instance of
JsonPropertyDefaultAttribute
with the specified default property value.
|
Json |
Initializes a new instance of
JsonPropertyDefaultAttribute
with the specified default property value.
|
Json |
Initializes a new instance of
JsonPropertyDefaultAttribute
with the specified default property value.
|
Properties
Name | Value | Summary |
---|---|---|
Value | string |
The description of the property.
|
Extension Methods
Name | Value | Summary |
---|---|---|
NotNull |
T |
From
CommonExtensions
|