Skip to main content

Class SpecViewModel

Namespace: DocFxToTemplate.Models.DocFx
Assembly: DocFxToTemplate.dll
Source: src/DocFxToTemplate/Models/DocFx/SpecViewModel.cs#L9

src/DocFxToTemplate/Models/DocFx/SpecViewModel.cs#L9
public class SpecViewModel

Inheritance:
object <- SpecViewModel

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

Properties

Uid

src/DocFxToTemplate/Models/DocFx/SpecViewModel.cs#L11
[YamlMember(Alias = "uid")]
[JsonPropertyName("uid")]
public string Uid { get; set; }

Property value

string

Name

src/DocFxToTemplate/Models/DocFx/SpecViewModel.cs#L15
[YamlMember(Alias = "name")]
[JsonPropertyName("name")]
public string Name { get; set; }

Property value

string

IsExternal

src/DocFxToTemplate/Models/DocFx/SpecViewModel.cs#L19
[YamlMember(Alias = "isExternal")]
[JsonPropertyName("isExternal")]
public bool IsExternal { get; set; }

Property value

bool

Href

src/DocFxToTemplate/Models/DocFx/SpecViewModel.cs#L23
[YamlMember(Alias = "href")]
[JsonPropertyName("href")]
public string Href { get; set; }

Property value

string

Item

src/DocFxToTemplate/Models/DocFx/SpecViewModel.cs#L27
[JsonIgnore]
[YamlIgnore]
public ItemViewModel? Item { get; set; }

Property value

ItemViewModel