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.contextMethods in com._1c.g5.v8.derived.context with parameters of type IContextDataOutput Modifier and Type Method Description default voidIObjectDerivedDataContext. saveData(IContextDataOutput dataOutput)Saves data of this context to an external storagevoidPartBasedObjectContext. saveData(IContextDataOutput dataOutput)
- 
Uses of IContextDataOutput in com._1c.g5.v8.dt.md.extension.derivedMethods in com._1c.g5.v8.dt.md.extension.derived with parameters of type IContextDataOutput Modifier and Type Method Description voidExtObjectUpdateContext. saveData(IContextDataOutput dataOutput)
- 
Uses of IContextDataOutput in com.e1c.g5.v8.dt.form.extension.derivedMethods in com.e1c.g5.v8.dt.form.extension.derived with parameters of type IContextDataOutput Modifier and Type Method Description voidFormExtContext. saveData(IContextDataOutput dataOutput)
- 
Uses of IContextDataOutput in com.e1c.g5.v8.dt.model.updaterMethods in com.e1c.g5.v8.dt.model.updater with parameters of type IContextDataOutput Modifier and Type Method Description voidModelUpdaterContext. saveData(IContextDataOutput dataOutput)
 
-