Skip to main content

Class AttributeInfo

Namespace: DocFxToTemplate.Models.DocFx
Assembly: DocFxToTemplate.dll
Source: src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L10

src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L10
public class AttributeInfo

Inheritance:
object <- AttributeInfo

Inherited Members:
object.Equals(object, object), object.Equals(object), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object, object), object.ToString()

Properties

Type

src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L12
[YamlMember(Alias = "type")]
[JsonPropertyName("type")]
public string Type { get; set; }

Property value

string

Constructor

src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L17
[YamlMember(Alias = "ctor")]
[JsonPropertyName("ctor")]
public string Constructor { get; set; }

Property value

string

Arguments

src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L21
[YamlMember(Alias = "arguments")]
[JsonPropertyName("arguments")]
public List<ArgumentInfo> Arguments { get; set; }

Property value

List<ArgumentInfo>

NamedArguments

src/DocFxToTemplate/Models/DocFx/AttributeInfo.cs#L25
[YamlMember(Alias = "namedArguments")]
[JsonPropertyName("namedArguments")]
public List<NamedArgumentInfo> NamedArguments { get; set; }

Property value

List<NamedArgumentInfo>