C# Class Dev2.Studio.Factory.InputOutputViewModelFactory

显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

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

Method Details

CreateInputOutputViewModel() public static method

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
return Dev2.Studio.ViewModels.DataList.InputOutputViewModel

CreateInputOutputViewModel() public static method

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
return Dev2.Studio.ViewModels.DataList.InputOutputViewModel

CreateListToDisplayInputs() public static method

public static CreateListToDisplayInputs ( IList inputList ) : IList
inputList IList
return IList

CreateListToDisplayOutputs() public static method

public static CreateListToDisplayOutputs ( IList outputList ) : IList
outputList IList
return IList