Search Results for

    Show / Hide Table of Contents

    Class OutputFormatRenderingSpecification

    Used to specify how to render derived outputs

    Inheritance
    object
    OutputFormatRenderingSpecification
    OutputFormatEditable
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    [GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
    public class OutputFormatRenderingSpecification

    Properties

    Format

    Information about the technical format of the data, e.g. JPEG, AAC or video still.

    Declaration
    [JsonProperty("format", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public FormatBase Format { get; set; }
    Property Value
    FormatBase

    SourceOutputFormats

    Which output format should be used as a source of data.

    Declaration
    [JsonProperty("sourceOutputFormats", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
    public SourceOutputFormats SourceOutputFormats { get; set; }
    Property Value
    SourceOutputFormats

    Methods

    FromJson(string)

    Declaration
    public static OutputFormatRenderingSpecification FromJson(string data)
    Parameters
    string data

    Returns
    OutputFormatRenderingSpecification

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX