For Babelfish Release 1.12.3.10

ResultListFormatConvertValues Method

Method to set default values on a new Definition. Implementation specific for each definition type.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public override bool ConvertValues()

Return Value

Boolean
Returns a boolean indicating if one or more property values, within the definition, got updated.

Remarks

Gets called in GetDefinitionPublciResponse.ConvertBodyToValue(). In other words, when ever a definition is read from the REST API

See Also