Class AssignDataHistoryStep
A history step for Assign data activity.
Inheritance
System.Object
AssignDataHistoryStep
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public class AssignDataHistoryStep : object
Properties
Fields
List of assignments fields. The label is destination field name. The "Value" property is assigned value in it.
Declaration
public List<HistoryField> Fields { get; set; }
Property Value
Type | Description |
---|---|
List<HistoryField> |