C# Class strICT.InFlow.Db.Contracts.InFlow.T_Task

Entity Task
Afficher le fichier Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Private Properties

Свойство Type Description
listToString string
stringToList List

Méthodes publiques

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

Private Methods

Méthode Description
listToString ( List list ) : string

convert list of TaskProperty to csv-string

stringToList ( string csv ) : List

convert csv to list of TaskProperties

Method Details

T_Task() public méthode

constructor
public T_Task ( ) : Microsoft.Workflow.Client
Résultat Microsoft.Workflow.Client

T_Task() public méthode

constructor
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

getTaskPropertiesAsListOfString() public méthode

convert TaskProperties to list of string
public getTaskPropertiesAsListOfString ( ) : List
Résultat List

toWorkflowNotification() public méthode

convert task to WorkflowNotification
public toWorkflowNotification ( ) : WorkflowNotification
Résultat WorkflowNotification