Search Results for

    Show / Hide Table of Contents

    Class OutputFormatDeleteResult

    Inheritance
    object
    OutputFormatOperationResultWithoutFetch
    OutputFormatDeleteResult
    Inherited Members
    OutputFormatOperationResultWithoutFetch.LifeCycle
    OutputFormatOperationResultWithoutFetch.BusinessProcessId
    OutputFormatOperationResultWithoutFetch.OutputFormatId
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class OutputFormatDeleteResult : OutputFormatOperationResultWithoutFetch

    Constructors

    OutputFormatDeleteResult(string, string, BusinessProcessLifeCycle?)

    Declaration
    public OutputFormatDeleteResult(string outputFormatId, string businessProcessId, BusinessProcessLifeCycle? lifeCycle)
    Parameters
    string outputFormatId

    string businessProcessId

    BusinessProcessLifeCycle? lifeCycle

    Back to top Generated by DocFX