Package com._1c.g5.v8.dt.bsl.contextdef
Interface IBslModuleContextDefService
-
public interface IBslModuleContextDefService
GetsContextDef
from Bsl module
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextDef
getContextDef(Module module)
ComputeContextDef
of Bsl moduleList<Event>
getModuleEvents(Module module)
Gets collection of possibleEvent
from Bsl module
-
-
-
Method Detail
-
getContextDef
ContextDef getContextDef(Module module)
ComputeContextDef
of Bsl module- Parameters:
module
- BslModule
, can't benull
- Returns:
ContextDef
of module
-
-