DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Package Functions | Properties | List of all members
Deveel.Data.BlockContext Class Reference
Inheritance diagram for Deveel.Data.BlockContext:
Deveel.Data.Context Deveel.Data.IBlockContext Deveel.Data.IContext Deveel.Data.IContext

Public Member Functions

IBlockContext CreateBlockContext ()
 
- Public Member Functions inherited from Deveel.Data.Context
void Dispose ()
 

Package Functions

 BlockContext (IContext parent)
 

Properties

override string ContextName [get]
 
- Properties inherited from Deveel.Data.Context
abstract string ContextName [get]
 
virtual IScope ContextScope [get]
 
IContext ParentContext [get, private set]
 
IContext IContext. Parent [get]
 
IScope IContext. Scope [get]
 
string IContext. Name [get]
 
- Properties inherited from Deveel.Data.IContext
IContext Parent [get]
 
string Name [get]
 
IScope Scope [get]
 

Additional Inherited Members

- Protected Member Functions inherited from Deveel.Data.Context
 Context ()
 
 Context (IContext parent)
 
virtual void Dispose (bool disposing)
 

Detailed Description

Definition at line 22 of file BlockContext.cs.

Constructor & Destructor Documentation

Deveel.Data.BlockContext.BlockContext ( IContext  parent)
inlinepackage

Definition at line 23 of file BlockContext.cs.

24  : base(parent) {
25  }

Member Function Documentation

IBlockContext Deveel.Data.BlockContext.CreateBlockContext ( )
inline

Implements Deveel.Data.IBlockContext.

Definition at line 31 of file BlockContext.cs.

31  {
32  return new BlockContext(this);
33  }
BlockContext(IContext parent)
Definition: BlockContext.cs:23

Property Documentation

override string Deveel.Data.BlockContext.ContextName
getprotected

Definition at line 27 of file BlockContext.cs.


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