Table of Contents

Class DependentValueAttribute

Namespace
Dassie.Core
Assembly
Dassie.Core.dll

Marks a field as a dependent value.

[AttributeUsage(AttributeTargets.Field)]
public class DependentValueAttribute : Attribute
Inheritance
DependentValueAttribute
Inherited Members
Extension Methods

Constructors

DependentValueAttribute(string)

Initializes a new instance of the DependentValueAttribute class.

public DependentValueAttribute(string paramName)

Parameters

paramName string

The name of the dependent value.

Properties

ParameterName

The generic parameter name.

public string ParameterName { get; set; }

Property Value

string