Show / Hide Table of Contents

    Class WebServiceHistoryStep

    A history step for Web Service activity.

    Inheritance
    System.Object
    WebServiceHistoryStep
    Namespace: DocuWare.Platform.ServerClient
    Assembly: DocuWare.Platform.ServerClient.dll
    Syntax
    public class WebServiceHistoryStep : object

    Properties

    Method

    Name of the method which is called.

    Declaration
    public string Method { get; set; }
    Property Value
    Type Description
    System.String

    Parameters

    List of parameters sent to the web service method.

    Declaration
    public List<HistoryField> Parameters { get; set; }
    Property Value
    Type Description
    List<HistoryField>

    Results

    List of assignments from result of the web service method to Global variables.

    Declaration
    public List<HistoryField> Results { get; set; }
    Property Value
    Type Description
    List<HistoryField>
    About Us Contact Imprint Terms Data privacy
    © 2024 DocuWare Corporation powered by DocFX Back to top