Uses of Interface
com._1c.g5.v8.dt.compare.model.CustomMergeSettings
-
-
Uses of CustomMergeSettings in com._1c.g5.v8.dt.bsl.compare
Subinterfaces of CustomMergeSettings in com._1c.g5.v8.dt.bsl.compare Modifier and Type Interface Description interface
BslModuleCustomMergeSettings
A representation of the model object 'Bsl Module Custom Merge Settings'. -
Uses of CustomMergeSettings in com._1c.g5.v8.dt.bsl.compare.impl
Classes in com._1c.g5.v8.dt.bsl.compare.impl that implement CustomMergeSettings Modifier and Type Class Description class
BslModuleCustomMergeSettingsImpl
An implementation of the model object 'Bsl Module Custom Merge Settings'. -
Uses of CustomMergeSettings in com._1c.g5.v8.dt.bsl.compare.util
Methods in com._1c.g5.v8.dt.bsl.compare.util with parameters of type CustomMergeSettings Modifier and Type Method Description T
BslCompareSwitch. 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.core
Methods in com._1c.g5.v8.dt.compare.core with parameters of type CustomMergeSettings Modifier and Type Method Description void
IComparisonSession. setCustomMergeSettings(long nodeId, CustomMergeSettings settings, ComparisonContext comparisonContext)
Sets node's custom merge settings. -
Uses of CustomMergeSettings in com._1c.g5.v8.dt.compare.model
Methods in com._1c.g5.v8.dt.compare.model that return CustomMergeSettings Modifier and Type Method Description CustomMergeSettings
MergeSettings. 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 void
MergeSettings. setCustomSettings(CustomMergeSettings value)
Sets the value of the 'Custom Settings
' containment reference. -
Uses of CustomMergeSettings in com._1c.g5.v8.dt.compare.model.impl
Methods in com._1c.g5.v8.dt.compare.model.impl that return CustomMergeSettings Modifier and Type Method Description CustomMergeSettings
MergeSettingsImpl. getCustomSettings()
Methods in com._1c.g5.v8.dt.compare.model.impl with parameters of type CustomMergeSettings Modifier and Type Method Description void
MergeSettingsImpl. setCustomSettings(CustomMergeSettings newCustomSettings)
-
Uses of CustomMergeSettings in com._1c.g5.v8.dt.compare.model.util
Methods in com._1c.g5.v8.dt.compare.model.util with parameters of type CustomMergeSettings Modifier and Type Method Description T
CompareSwitch. caseCustomMergeSettings(CustomMergeSettings object)
Returns the result of interpreting the object as an instance of 'Custom Merge Settings'.
-