C# Класс Deveel.Data.BlockContext

The context of a single execution block.

Blocks can be children of other blocks or of queries in the execution tree, and the context inherits from the query context or from the parent block context.

A BlockContext is also a IVariableScope that means it holds variables for its entire lifetime, and dispose those defined during its existence at its disposal

Наследование: Context, IBlockContext, IVariableScope, IExceptionInitScope
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BlockContext System
IExceptionInitScope DeclaredException
IExceptionInitScope void

Открытые методы

Метод Описание
CreateBlockContext ( ) : IBlockContext

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
BlockContext ( IContext parent ) : System
IExceptionInitScope ( string exceptionName ) : DeclaredException
IExceptionInitScope ( int errorCode, string exceptionName ) : void

Описание методов

CreateBlockContext() публичный Метод

public CreateBlockContext ( ) : IBlockContext
Результат IBlockContext

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void