Represents an API item in DocFX metadata.
public class DocFxApiItem
public string AssemblyName { get; set; }
public List<string> Children { get; set; }
public List<string> DerivedClasses { get; set; }
public string Example { get; set; }
public List<DocFxException> Exceptions { get; set; }
public string FullName { get; set; }
public string Id { get; set; }
public List<string> Implements { get; set; }
public List<string> Inheritance { get; set; }
public string Name { get; set; }
public string Namespace { get; set; }
public string NameWithType { get; set; }
public string Overload { get; set; }
public string Overridden { get; set; }
public string Parent { get; set; }
public string Remarks { get; set; }
public List<string> SeeAlso { get; set; }
public DocFxSource Source { get; set; }
public string Summary { get; set; }
public DocFxSyntax Syntax { get; set; }
public string Type { get; set; }
public List<DocFxTypeParameter> TypeParameters { get; set; }
public string Uid { get; set; }