Search Results for

    Show / Hide Table of Contents

    Class SourceOutputFormats

    Defines the source used for rendering an OutputFormat depending on the type of content

    Inheritance
    object
    SourceOutputFormats
    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 SourceOutputFormats

    Properties

    Audio

    The source to be used for content of type Audio

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

    Document

    The source to be used for content of type Document

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

    Image

    The source to be used for content of type Image

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

    Vector

    The source to be used for content of type Vector

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

    Video

    The source to be used for content of type Video

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

    Methods

    FromJson(string)

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

    Returns
    SourceOutputFormats

    ToJson()

    Declaration
    public string ToJson()
    Returns
    string

    Back to top Generated by DocFX