Search Results for

    Show / Hide Table of Contents

    Class OutputFormatInfo

    Inheritance
    System.Object
    OutputFormatInfo
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class OutputFormatInfo

    Properties

    Behaviors

    Format behaviors.

    Declaration
    public OutputFormatBehaviors Behaviors { get; set; }
    Property Value
    OutputFormatBehaviors

    Id

    Output ID.

    Declaration
    public string Id { get; set; }
    Property Value
    System.String

    Names

    Output translations.

    Declaration
    public TranslatedStringDictionary Names { get; set; }
    Property Value
    TranslatedStringDictionary

    Methods

    FromJson(String)

    Declaration
    public static OutputFormatInfo FromJson(string data)
    Parameters
    System.String data

    Returns
    OutputFormatInfo

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX