JsonPropertyDefaultAttribute Class

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
JsonPropertyDefaultAttribute(AssemblyFileVersioningScheme) Initializes a new instance of JsonPropertyDefaultAttribute with the specified default property value.
JsonPropertyDefaultAttribute(AssemblyVersioningScheme) Initializes a new instance of JsonPropertyDefaultAttribute with the specified default property value.
JsonPropertyDefaultAttribute(bool) Initializes a new instance of JsonPropertyDefaultAttribute with the specified default property value.
JsonPropertyDefaultAttribute(object) Initializes a new instance of JsonPropertyDefaultAttribute with the specified default property value.
JsonPropertyDefaultAttribute(SemanticVersionFormat) Initializes a new instance of JsonPropertyDefaultAttribute with the specified default property value.
JsonPropertyDefaultAttribute(string) 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

GitHub