Interface IWorkflowNode
Namespace: Estrelica.Archer.Content
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IWorkflowNode
Properties
Actions
Declaration
IEnumerable<IWorkflowAction> Actions { get; }
Property Value
IEnumerable<IWorkflowAction> |