Class WebServiceHistoryStep
A history step for Web Service activity.
Inheritance
System.Object
WebServiceHistoryStep
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class WebServiceHistoryStep
Properties
Conditions
List of conditions performed at Web service activity.
Declaration
public List<ConditionHistoryStep> Conditions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ConditionHistoryStep> |
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 |
---|---|
System.Collections.Generic.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 |
---|---|
System.Collections.Generic.List<HistoryField> |