Method | Description | |
---|---|---|
CreateInputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName ) : |
||
CreateInputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName, bool emptyToNull ) : |
||
CreateListToDisplayInputs ( IList |
||
CreateListToDisplayOutputs ( IList |
public static CreateInputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName ) : |
||
name | string | |
value | string | |
mapsTo | string | |
defaultValue | string | |
required | bool | |
recordSetName | string | |
return |
public static CreateInputOutputViewModel ( string name, string value, string mapsTo, string defaultValue, bool required, string recordSetName, bool emptyToNull ) : |
||
name | string | |
value | string | |
mapsTo | string | |
defaultValue | string | |
required | bool | |
recordSetName | string | |
emptyToNull | bool | |
return |
public static CreateListToDisplayInputs ( IList |
||
inputList | IList |
|
return | IList |
public static CreateListToDisplayOutputs ( IList |
||
outputList | IList |
|
return | IList |