DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Spatial.SpatialModule Class Reference
Inheritance diagram for Deveel.Data.Spatial.SpatialModule:
Deveel.Data.ISystemModule

Public Member Functions

void Register (IScope systemScope)
 

Properties

string ModuleName [get]
 
string Version [get]
 
- Properties inherited from Deveel.Data.ISystemModule
string ModuleName [get]
 
string Version [get]
 

Detailed Description

Definition at line 7 of file SpatialModule.cs.

Member Function Documentation

void Deveel.Data.Spatial.SpatialModule.Register ( IScope  systemScope)
inline

Implements Deveel.Data.ISystemModule.

Definition at line 16 of file SpatialModule.cs.

16  {
17  systemScope.Register<SpatialTypeResolver>();
18  systemScope.RegisterInstance<IRoutineResolver>(SpatialSystemFunctions.Resolver);
19  }
The system uses instances of this interface to resolve routines given a user invocation.
void Register(ServiceRegistration registration)

Property Documentation

string Deveel.Data.Spatial.SpatialModule.ModuleName
get

Definition at line 8 of file SpatialModule.cs.

string Deveel.Data.Spatial.SpatialModule.Version
get

Definition at line 12 of file SpatialModule.cs.


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