Uses of Interface
com._1c.g5.v8.dt.compare.model.CustomMergeSettings
- 
- 
Uses of CustomMergeSettings in com._1c.g5.v8.dt.bsl.compareSubinterfaces of CustomMergeSettings in com._1c.g5.v8.dt.bsl.compare Modifier and Type Interface Description interfaceBslModuleCustomMergeSettingsA representation of the model object 'Bsl Module Custom Merge Settings'.
- 
Uses of CustomMergeSettings in com._1c.g5.v8.dt.bsl.compare.implClasses in com._1c.g5.v8.dt.bsl.compare.impl that implement CustomMergeSettings Modifier and Type Class Description classBslModuleCustomMergeSettingsImplAn implementation of the model object 'Bsl Module Custom Merge Settings'.
- 
Uses of CustomMergeSettings in com._1c.g5.v8.dt.bsl.compare.utilMethods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type CustomMergeSettings Modifier and Type Method Description TBslCompareSwitch. caseCustomMergeSettings(CustomMergeSettings object)Returns the result of interpreting the object as an instance of 'Custom Merge Settings'.
- 
Uses of CustomMergeSettings in com._1c.g5.v8.dt.compare.coreMethods in com._1c.g5.v8.dt.compare.core with parameters of type CustomMergeSettings Modifier and Type Method Description voidIComparisonSession. setCustomMergeSettings(long nodeId, CustomMergeSettings settings, ComparisonContext comparisonContext)Sets node's custom merge settings.
- 
Uses of CustomMergeSettings in com._1c.g5.v8.dt.compare.modelMethods in com._1c.g5.v8.dt.compare.model that return CustomMergeSettings Modifier and Type Method Description CustomMergeSettingsMergeSettings. getCustomSettings()Returns the value of the 'Custom Settings' containment reference.Methods in com._1c.g5.v8.dt.compare.model with parameters of type CustomMergeSettings Modifier and Type Method Description voidMergeSettings. setCustomSettings(CustomMergeSettings value)Sets the value of the 'Custom Settings' containment reference.
- 
Uses of CustomMergeSettings in com._1c.g5.v8.dt.compare.model.implMethods in com._1c.g5.v8.dt.compare.model.impl that return CustomMergeSettings Modifier and Type Method Description CustomMergeSettingsMergeSettingsImpl. getCustomSettings()Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type CustomMergeSettings Modifier and Type Method Description voidMergeSettingsImpl. setCustomSettings(CustomMergeSettings newCustomSettings)
- 
Uses of CustomMergeSettings in com._1c.g5.v8.dt.compare.model.utilMethods in com._1c.g5.v8.dt.compare.model.util with parameters of type CustomMergeSettings Modifier and Type Method Description TCompareSwitch. caseCustomMergeSettings(CustomMergeSettings object)Returns the result of interpreting the object as an instance of 'Custom Merge Settings'.
 
-