DeveelDB  20151217
complete SQL database system, primarly developed for .NET/Mono frameworks
Static Public Member Functions | List of all members
Deveel.Data.Xml.ScopeExtensions Class Reference

Static Public Member Functions

static void UseXml (this IScope scope)
 

Detailed Description

Definition at line 6 of file ScopeExtensions.cs.

Member Function Documentation

static void Deveel.Data.Xml.ScopeExtensions.UseXml ( this IScope  scope)
inlinestatic

Definition at line 7 of file ScopeExtensions.cs.

7  {
8  scope.Register<ISystemModule, XmlModule>();
9  }

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