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

Entity Task
Mostrar archivo Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Private Properties

Property Type Description
listToString string
stringToList List

Public Methods

Method 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

Method 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 method

constructor
public T_Task ( ) : Microsoft.Workflow.Client
return Microsoft.Workflow.Client

T_Task() public method

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
return Microsoft.Workflow.Client

getTaskPropertiesAsListOfString() public method

convert TaskProperties to list of string
public getTaskPropertiesAsListOfString ( ) : List
return List

toWorkflowNotification() public method

convert task to WorkflowNotification
public toWorkflowNotification ( ) : WorkflowNotification
return WorkflowNotification