Class Behavior
Definition of a behavior for forms
Inheritance
System.Object
Behavior
Assembly: DocuWare.Platform.ServerClient.dll
public class Behavior : object
Properties
Declaration
public string BehaviorID { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<BehaviorCondition> Conditions { get; set; }
Property Value
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<BehaviorAction> FailActions { get; set; }
Property Value
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public List<BehaviorAction> PassActions { get; set; }
Property Value