DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.IBlock Interface Reference
Inheritance diagram for Deveel.Data.IBlock:
Deveel.Data.IRequest Deveel.Data.Diagnostics.IEventSource Deveel.Data.Block Deveel.Data.Index.StoreIndex.MappedBlock

Public Member Functions

void Execute (BlockExecuteContext context)
 
- Public Member Functions inherited from Deveel.Data.IRequest
IBlockContext CreateBlockContext ()
 

Properties

new IBlockContext Context [get]
 
IBlock Parent [get]
 
IBlock Next [get]
 
- Properties inherited from Deveel.Data.IRequest
IQuery Query [get]
 
- Properties inherited from Deveel.Data.Diagnostics.IEventSource
IContext Context [get]
 
IEventSource ParentSource [get]
 Gets an optional parent source. More...
 
IEnumerable< KeyValuePair< string, object > > Metadata [get]
 Gets the list of metadata associated to the source. More...
 

Detailed Description

Definition at line 20 of file IBlock.cs.

Member Function Documentation

void Deveel.Data.IBlock.Execute ( BlockExecuteContext  context)

Implemented in Deveel.Data.Block.

Property Documentation

new IBlockContext Deveel.Data.IBlock.Context
get

Definition at line 21 of file IBlock.cs.

IBlock Deveel.Data.IBlock.Next
get

Definition at line 25 of file IBlock.cs.

IBlock Deveel.Data.IBlock.Parent
get

Definition at line 23 of file IBlock.cs.


The documentation for this interface was generated from the following file: