메소드 | 설명 | |
---|---|---|
Execute ( ) : void |
Executes this instance.
|
|
GetEntity ( ) : IEntity |
Gets the entity.
|
|
LaunchWorkflowTransaction ( System.Guid workflowTypeGuid ) : System |
Initializes a new instance of the LaunchWorkflowTransaction class.
|
|
LaunchWorkflowTransaction ( System.Guid workflowTypeGuid, string workflowName ) : System |
Initializes a new instance of the LaunchWorkflowTransaction class.
|
|
LaunchWorkflowTransaction ( int workflowTypeId ) : System |
Initializes a new instance of the LaunchWorkflowTransaction class.
|
|
LaunchWorkflowTransaction ( int workflowTypeId, string workflowName ) : System |
Initializes a new instance of the LaunchWorkflowTransaction class.
|
public LaunchWorkflowTransaction ( System.Guid workflowTypeGuid ) : System | ||
workflowTypeGuid | System.Guid | The workflow type unique identifier. |
리턴 | System |
public LaunchWorkflowTransaction ( System.Guid workflowTypeGuid, string workflowName ) : System | ||
workflowTypeGuid | System.Guid | The workflow type unique identifier. |
workflowName | string | Name of the workflow. |
리턴 | System |
public LaunchWorkflowTransaction ( int workflowTypeId ) : System | ||
workflowTypeId | int | The workflow type identifier. |
리턴 | System |
public LaunchWorkflowTransaction ( int workflowTypeId, string workflowName ) : System | ||
workflowTypeId | int | The workflow type identifier. |
workflowName | string | Name of the workflow. |
리턴 | System |