Uses of Interface
com._1c.g5.v8.dt.md.compare.MdCollectionComparisonNode
- 
Packages that use MdCollectionComparisonNode Package Description com._1c.g5.v8.dt.md.compare com._1c.g5.v8.dt.md.compare.impl com._1c.g5.v8.dt.md.compare.matching com._1c.g5.v8.dt.md.compare.util 
- 
- 
Uses of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compareSubinterfaces of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compare Modifier and Type Interface Description interfaceChildMdCollectionComparisonNodeA representation of the model object 'Child Md Collection Comparison Node'.interfaceChildMdCollectionImplComparisonNodeA representation of the model object 'Child Md Collection Impl Comparison Node'.interfaceTopMdCollectionComparisonNodeA representation of the model object 'Top Md Collection Comparison Node'.interfaceTopMdCollectionImplComparisonNodeA representation of the model object 'Top Md Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.md.compare that return MdCollectionComparisonNode Modifier and Type Method Description MdCollectionComparisonNodeMdObjectCollectionElementComparisonNode. getParent()
- 
Uses of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compare.implClasses in com._1c.g5.v8.dt.md.compare.impl that implement MdCollectionComparisonNode Modifier and Type Class Description classChildMdCollectionComparisonNodeImplAn implementation of the model object 'Child Md Collection Comparison Node'.classChildMdCollectionImplComparisonNodeImplAn implementation of the model object 'Child Md Collection Impl Comparison Node'.classMdCollectionComparisonNodeImplAn implementation of the model object 'Md Collection Comparison Node'.classTopMdCollectionComparisonNodeImplAn implementation of the model object 'Top Md Collection Comparison Node'.classTopMdCollectionImplComparisonNodeImplAn implementation of the model object 'Top Md Collection Impl Comparison Node'.Methods in com._1c.g5.v8.dt.md.compare.impl that return MdCollectionComparisonNode Modifier and Type Method Description MdCollectionComparisonNodeMdObjectCollectionElementComparisonNodeImpl. getParent()
- 
Uses of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compare.matchingConstructors in com._1c.g5.v8.dt.md.compare.matching with parameters of type MdCollectionComparisonNode Constructor Description AbstractMdObjectMatcher(IComparisonSession session, MdCollectionComparisonNode parentCollectionNode, List<T> mainObjects, List<T> otherObjects, List<T> ancestorObjects)Constructs a matcher.
- 
Uses of MdCollectionComparisonNode in com._1c.g5.v8.dt.md.compare.utilMethods in com._1c.g5.v8.dt.md.compare.util with parameters of type MdCollectionComparisonNode Modifier and Type Method Description TMdCompareSwitch. caseMdCollectionComparisonNode(MdCollectionComparisonNode object)Returns the result of interpreting the object as an instance of 'Md Collection Comparison Node'.
 
-