Class SyntaxDetailViewModel
public class SyntaxDetailViewModel
Inheritance
-
Inherited Members
-
Properties
Content
[YamlMember(Alias = "content")]
[JsonProperty("content")]
[JsonPropertyName("content")]
public string Content { get; set; }
Property Value
- string
-
ContentForCSharp
[YamlIgnore]
[JsonIgnore]
[JsonIgnore]
public string ContentForCSharp { get; set; }
Property Value
- string
-
ContentForVB
[YamlIgnore]
[JsonIgnore]
[JsonIgnore]
public string ContentForVB { get; set; }
Property Value
- string
-
Contents
[ExtensibleMember("content.")]
[JsonIgnore]
[JsonIgnore]
public SortedList<string, string> Contents { get; set; }
Property Value
- SortedList<string, string>
-
Parameters
[YamlMember(Alias = "parameters")]
[JsonProperty("parameters")]
[JsonPropertyName("parameters")]
public List<ApiParameter> Parameters { get; set; }
Property Value
- List<ApiParameter>
-
Return
[YamlMember(Alias = "return")]
[JsonProperty("return")]
[JsonPropertyName("return")]
public ApiParameter Return { get; set; }
Property Value
- ApiParameter
-
TypeParameters
[YamlMember(Alias = "typeParameters")]
[JsonProperty("typeParameters")]
[JsonPropertyName("typeParameters")]
public List<ApiParameter> TypeParameters { get; set; }
Property Value
- List<ApiParameter>
-