Uses of Interface
com._1c.g5.v8.dt.cmi.ICommandInterfaceAccessor
-
Packages that use ICommandInterfaceAccessor Package Description com._1c.g5.v8.dt.cmi.tasks com._1c.g5.v8.dt.form.mapping.parameterized -
-
Uses of ICommandInterfaceAccessor in com._1c.g5.v8.dt.cmi.tasks
Methods in com._1c.g5.v8.dt.cmi.tasks with parameters of type ICommandInterfaceAccessor Modifier and Type Method Description static AddCommandToMainSectionTask
AddCommandToMainSectionTask. create(ICommandInterfaceAccessor commandInterfaceAccessor, com._1c.g5.v8.dt.internal.cmi.bm.derived.CommandInterfaceManager commandInterfaceManager, Configuration configuration, Command command)
Creates a new instance. -
Uses of ICommandInterfaceAccessor in com._1c.g5.v8.dt.form.mapping.parameterized
Constructors in com._1c.g5.v8.dt.form.mapping.parameterized with parameters of type ICommandInterfaceAccessor Constructor Description FormParameterizedCommandMapping(Supplier<Form> inputSupplier, ICommandInterfaceAccessor cmiAccessor, IBmModelManager modelManager, ICommandNameService nameService)
Initializes a new instance of class.
-