Search Results for

    Show / Hide Table of Contents

    Class OutputFormatOperationResultWithoutFetch

    Inheritance
    object
    OutputFormatOperationResultWithoutFetch
    OutputFormatDeleteResult
    OutputFormatOperationResult
    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
    public class OutputFormatOperationResultWithoutFetch

    Constructors

    OutputFormatOperationResultWithoutFetch(string, string, BusinessProcessLifeCycle?)

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

    string businessProcessId

    BusinessProcessLifeCycle? lifeCycle

    Properties

    BusinessProcessId

    Declaration
    public string BusinessProcessId { get; }
    Property Value
    string

    LifeCycle

    Declaration
    public BusinessProcessLifeCycle? LifeCycle { get; }
    Property Value
    BusinessProcessLifeCycle?

    OutputFormatId

    Declaration
    public string OutputFormatId { get; }
    Property Value
    string

    Back to top Generated by DocFX