Uses of Interface
com._1c.g5.v8.derived.context.IContextDataOutput
-
Packages that use IContextDataOutput Package Description com._1c.g5.v8.derived.context com._1c.g5.v8.dt.md.extension.derived com.e1c.g5.v8.dt.form.extension.derived com.e1c.g5.v8.dt.model.updater -
-
Uses of IContextDataOutput in com._1c.g5.v8.derived.context
Methods in com._1c.g5.v8.derived.context with parameters of type IContextDataOutput Modifier and Type Method Description default void
IObjectDerivedDataContext. saveData(IContextDataOutput dataOutput)
Saves data of this context to an external storagevoid
PartBasedObjectContext. saveData(IContextDataOutput dataOutput)
-
Uses of IContextDataOutput in com._1c.g5.v8.dt.md.extension.derived
Methods in com._1c.g5.v8.dt.md.extension.derived with parameters of type IContextDataOutput Modifier and Type Method Description void
ExtObjectUpdateContext. saveData(IContextDataOutput dataOutput)
-
Uses of IContextDataOutput in com.e1c.g5.v8.dt.form.extension.derived
Methods in com.e1c.g5.v8.dt.form.extension.derived with parameters of type IContextDataOutput Modifier and Type Method Description void
FormExtContext. saveData(IContextDataOutput dataOutput)
-
Uses of IContextDataOutput in com.e1c.g5.v8.dt.model.updater
Methods in com.e1c.g5.v8.dt.model.updater with parameters of type IContextDataOutput Modifier and Type Method Description void
ModelUpdaterContext. saveData(IContextDataOutput dataOutput)
-