Class OutputFormatInfo
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class OutputFormatInfo
Properties
Behaviors
Format behaviors.
Declaration
[JsonProperty("behaviors", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public OutputFormatBehaviors Behaviors { get; set; }
Property Value
Id
Output ID.
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required]
public string Id { get; set; }
Property Value
Names
Output translations.
Declaration
[JsonProperty("names", Required = Required.Always)]
[Required]
public TranslatedStringDictionary Names { get; set; }