Uses of Interface
com._1c.g5.v8.derived.computer.IDerivedDataPartComputer
-
Packages that use IDerivedDataPartComputer Package Description com._1c.g5.v8.derived.computer com._1c.g5.v8.dt.bp.scheme.derived com._1c.g5.v8.dt.md com._1c.g5.v8.dt.md.bm.derived.validation -
-
Uses of IDerivedDataPartComputer in com._1c.g5.v8.derived.computer
Classes in com._1c.g5.v8.derived.computer that implement IDerivedDataPartComputer Modifier and Type Class Description class
AbstractDerivedDataPartComputer
Abstract implementation of the derived data part computer used for convenience.Methods in com._1c.g5.v8.derived.computer with parameters of type IDerivedDataPartComputer Modifier and Type Method Description void
DerivedDataPartBasedComputer. addPartComputer(IDerivedDataPartComputer partComputer)
Adds new part computer to the DD computer. -
Uses of IDerivedDataPartComputer in com._1c.g5.v8.dt.bp.scheme.derived
Classes in com._1c.g5.v8.dt.bp.scheme.derived that implement IDerivedDataPartComputer Modifier and Type Class Description class
GraphicalSchemeValidationChecker
Graphical scheme validation checker. -
Uses of IDerivedDataPartComputer in com._1c.g5.v8.dt.md
Subinterfaces of IDerivedDataPartComputer in com._1c.g5.v8.dt.md Modifier and Type Interface Description interface
ICommonAttributeCacheProvider
Special interface for cache ofCommonAttribute
index elements.Classes in com._1c.g5.v8.dt.md that implement IDerivedDataPartComputer Modifier and Type Class Description class
CommonAttributeCacheProvider
Special cache forCommonAttribute
index elements. -
Uses of IDerivedDataPartComputer in com._1c.g5.v8.dt.md.bm.derived.validation
Classes in com._1c.g5.v8.dt.md.bm.derived.validation that implement IDerivedDataPartComputer Modifier and Type Class Description class
MdValidationChecker
Deprecated.Use check infrastructure for new checks
-