C# 클래스 Dev2.Studio.Factory.InputOutputViewModelFactory

파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
CreateInputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName ) : InputOutputViewModel
CreateInputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName, bool emptyToNull ) : InputOutputViewModel
CreateListToDisplayInputs ( IList inputList ) : IList
CreateListToDisplayOutputs ( IList outputList ) : IList

메소드 상세

CreateInputOutputViewModel() 공개 정적인 메소드

public static CreateInputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName ) : InputOutputViewModel
name string
value string
mapsTo string
defaultValue string
required bool
recordSetName string
리턴 Dev2.Studio.ViewModels.DataList.InputOutputViewModel

CreateInputOutputViewModel() 공개 정적인 메소드

public static CreateInputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName, bool emptyToNull ) : InputOutputViewModel
name string
value string
mapsTo string
defaultValue string
required bool
recordSetName string
emptyToNull bool
리턴 Dev2.Studio.ViewModels.DataList.InputOutputViewModel

CreateListToDisplayInputs() 공개 정적인 메소드

public static CreateListToDisplayInputs ( IList inputList ) : IList
inputList IList
리턴 IList

CreateListToDisplayOutputs() 공개 정적인 메소드

public static CreateListToDisplayOutputs ( IList outputList ) : IList
outputList IList
리턴 IList