DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Public Member Functions | Properties | List of all members
Deveel.Data.Xml.XmlModule Class Reference
Inheritance diagram for Deveel.Data.Xml.XmlModule:
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 6 of file XmlModule.cs.

Member Function Documentation

void Deveel.Data.Xml.XmlModule.Register ( IScope  systemScope)
inline

Implements Deveel.Data.ISystemModule.

Definition at line 15 of file XmlModule.cs.

15  {
16  systemScope.Register<XmlTypeResolver>();
17  systemScope.RegisterInstance(XmlFunctions.Resolver);
18  }
void Register(ServiceRegistration registration)

Property Documentation

string Deveel.Data.Xml.XmlModule.ModuleName
get

Definition at line 7 of file XmlModule.cs.

string Deveel.Data.Xml.XmlModule.Version
get

Definition at line 11 of file XmlModule.cs.


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