Свойство | Type | Description | |
---|---|---|---|
listToString | string | ||
stringToList | List |
Méthode | Description | |
---|---|---|
T_Task ( ) : Microsoft.Workflow.Client |
constructor
|
|
T_Task ( string type, string wFId, string name, bool done, bool seen, bool isEndState, string readableParameters, string editableParameters, string taskProperties, int orderId ) : Microsoft.Workflow.Client |
constructor
|
|
getTaskPropertiesAsListOfString ( ) : List |
convert TaskProperties to list of string
|
|
toWorkflowNotification ( ) : WorkflowNotification |
convert task to WorkflowNotification
|
Méthode | Description | |
---|---|---|
listToString ( List |
convert list of TaskProperty to csv-string
|
|
stringToList ( string csv ) : List |
convert csv to list of TaskProperties
|
public T_Task ( ) : Microsoft.Workflow.Client | ||
Résultat | Microsoft.Workflow.Client |
public T_Task ( string type, string wFId, string name, bool done, bool seen, bool isEndState, string readableParameters, string editableParameters, string taskProperties, int orderId ) : Microsoft.Workflow.Client | ||
type | string | |
wFId | string | |
name | string | |
done | bool | |
seen | bool | |
isEndState | bool | |
readableParameters | string | |
editableParameters | string | |
taskProperties | string | |
orderId | int | |
Résultat | Microsoft.Workflow.Client |
public getTaskPropertiesAsListOfString ( ) : List |
||
Résultat | List |
public toWorkflowNotification ( ) : WorkflowNotification | ||
Résultat | WorkflowNotification |