RankingRuleSetDefaultValues Method
Method to set default values on a new Definition. Implementation specific for each definition type.
Namespace: Scopos.BabelFish.DataModel.DefinitionsAssembly: BabelFish (in BabelFish.dll) Version: 1.12.5.15+bc7490f802416c9e774304c66372b6a26afede1d
public override bool SetDefaultValues()
Return Value
BooleanReturns a boolean indicating if one or more property values, within the definition, got updated.
This method should be called seperatly by the user. It is NOT called from the new Definition() method.