C# Class Dev2.Studio.ViewModels.DataList.InputOutputViewModel

Inheritance: Dev2.Studio.Core.ViewModels.Base.SimpleBaseViewModel, IInputOutputViewModel, ICloneable
Datei anzeigen Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
Clone ( ) : object
GetGenerationTO ( ) : IDev2Definition
InputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName ) : System
InputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName, bool emptyToNull ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

GetGenerationTO() public method

public GetGenerationTO ( ) : IDev2Definition
return IDev2Definition

InputOutputViewModel() public method

public InputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName ) : System
name string
value string
mapsTo string
defaultValue string
required bool
recordSetName string
return System

InputOutputViewModel() public method

public InputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName, bool emptyToNull ) : System
name string
value string
mapsTo string
defaultValue string
required bool
recordSetName string
emptyToNull bool
return System