C# 클래스 strICT.InFlow.WF.Helper.SbpmActivityHelper

Helps to convert a csv in Argument to list of string
파일 보기 프로젝트 열기: InFlowBPM/InFlow-BPMS

공개 메소드들

메소드 설명
convertCSVtoListofString ( String csv ) : List

Convert csv-string to list of string

비공개 메소드들

메소드 설명
getList ( CodeActivityContext context, InArgument inArgument ) : List

Converts a csv In-Argument to list of string

메소드 상세

convertCSVtoListofString() 공개 정적인 메소드

Convert csv-string to list of string
public static convertCSVtoListofString ( String csv ) : List
csv String csv string
리턴 List