Class AssignDataHistoryStep
A history step for Assign data activity.
Inheritance
System.Object
AssignDataHistoryStep
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 AssignDataHistoryStep
Properties
Conditions
List of conditions performed at assign data activity.
Declaration
public List<ConditionHistoryStep> Conditions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<ConditionHistoryStep> |
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 |
---|---|
System.Collections.Generic.List<HistoryField> |
FileCabinetFields
List of assignments file cabinet fields. The label is destination field name. The "Value" property is assigned value in it.
Declaration
public List<FileCabinetHistoryField> FileCabinetFields { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<FileCabinetHistoryField> |