Search Results for

    Show / Hide Table of Contents

    Class OutputFormatBehaviors

    Behaviors of OutputFormat

    Inheritance
    System.Object
    OutputFormatBehaviors
    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 OutputFormatBehaviors

    Properties

    DownloadDialogBehavior

    Behavior for DownloadDialog.

    Declaration
    public DownloadDialogBehavior DownloadDialogBehavior { get; set; }
    Property Value
    DownloadDialogBehavior

    MediaEditorBehavior

    Behavior for media editor.

    Declaration
    public MediaEditorBehavior MediaEditorBehavior { get; set; }
    Property Value
    MediaEditorBehavior

    ShareOutputAccessBehaviors

    Behavior when sharing.

    Declaration
    public OutputFormatShareOutputAccessBehaviors ShareOutputAccessBehaviors { get; set; }
    Property Value
    OutputFormatShareOutputAccessBehaviors

    Methods

    FromJson(String)

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

    Returns
    OutputFormatBehaviors

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX