Click or drag to resize
weroSoft AG, Software
IWorkflowLaunchPlayerInfo Interface
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the responsibility of an object used to launch the player of a workflow.

Namespace:  WeroSoft.Workflow.Player
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public interface IWorkflowLaunchPlayerInfo

The IWorkflowLaunchPlayerInfo type exposes the following members.

Properties
  NameDescription
Public propertyDataPath
Gets or sets the data path of the node.
Public propertyFullDataPath
Gets the full data path of the node.
Public propertyFullPath
Gets the full path of this object according its parent.
Public propertyImageUri
Gets or sets the image Uri the node is representing.
Public propertyPath
Gets the path of the provider.
Top
See Also