For Babelfish Release 1.11.1.3

TargetCollectionSetDefaultValues 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.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public override bool SetDefaultValues()

Return Value

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

Remarks

This method should be called seperatly by the user. It is NOT called from the new Definition() method.

See Also