Search Results for

    Show / Hide Table of Contents

    Class BusinessProcessDetailsDataBase

    Base class for the details of a business process

    Inheritance
    System.Object
    BusinessProcessDetailsDataBase
    BusinessProcessDetailsDataBatchResponse
    BusinessProcessDetailsDataContentImport
    BusinessProcessDetailsDataSchemaImport
    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 abstract class BusinessProcessDetailsDataBase

    Methods

    FromJson(String)

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

    Returns
    BusinessProcessDetailsDataBase

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX