Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Deveel
Data
Block
C# Class Deveel.Data.Block
Provides a default implementation of
IBlock
contract
This block instance is also an
event source
that provides diagnostic information to the listeners.
Inheritance:
Deveel.Data.Diagnostics.EventSource
,
IBlock
,
IProvidesDirectAccess
Show file
Open project: deveel/deveeldb
Private Properties
Property
Type
Description
Block
System
Public Methods
Method
Description
CreateBlock
( ) :
IBlock
Dispose
( ) :
void
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
Private Methods
Method
Description
Block
(
IRequest
request
) :
System
Method Details
CreateBlock()
public
method
public
CreateBlock
( ) :
IBlock
return
IBlock
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void