ln.types/doc/html/ln.types.odb.ng/Mapper.html

1865 lines
101 KiB
HTML

<html>
<head>
<title>ln.types.odb.ng.Mapper</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
a { text-decoration: none }
div.SideBar {
padding-left: 1em;
padding-right: 1em;
right: 0;
float: right;
border: thin solid black;
background-color: #f2f2f2;
}
.CollectionTitle { font-weight: bold }
.PageTitle { font-size: 150%; font-weight: bold }
.Summary { }
.Signature { }
.Remarks { }
.Members { }
.Copyright { }
.Section { font-size: 125%; font-weight: bold }
p.Summary {
margin-left: 1em;
}
.SectionBox { margin-left: 2em }
.NamespaceName { font-size: 105%; font-weight: bold }
.NamespaceSumary { }
.MemberName { font-size: 115%; font-weight: bold; margin-top: 1em }
.Subsection { font-size: 105%; font-weight: bold }
.SubsectionBox { margin-left: 2em; margin-bottom: 1em }
.CodeExampleTable { background-color: #f5f5dd; border: thin solid black; padding: .25em; }
.TypesListing {
border-collapse: collapse;
}
td {
vertical-align: top;
}
th {
text-align: left;
}
.TypesListing td {
margin: 0px;
padding: .25em;
border: solid gray 1px;
}
.TypesListing th {
margin: 0px;
padding: .25em;
background-color: #f2f2f2;
border: solid gray 1px;
}
div.Footer {
border-top: 1px solid gray;
margin-top: 1.5em;
padding-top: 0.6em;
text-align: center;
color: gray;
}
span.NotEntered /* Documentation for this section has not yet been entered */ {
font-style: italic;
color: red;
}
div.Header {
background: #B0C4DE;
border: double;
border-color: white;
border-width: 7px;
padding: 0.5em;
}
div.Header * {
font-size: smaller;
}
div.Note {
}
i.ParamRef {
}
i.subtitle {
}
ul.TypeMembersIndex {
text-align: left;
background: #F8F8F8;
}
ul.TypeMembersIndex li {
display: inline;
margin: 0.5em;
}
table.HeaderTable {
}
table.SignatureTable {
}
table.Documentation, table.Enumeration, table.TypeDocumentation {
border-collapse: collapse;
width: 100%;
}
table.Documentation tr th, table.TypeMembers tr th, table.Enumeration tr th, table.TypeDocumentation tr th {
background: whitesmoke;
padding: 0.8em;
border: 1px solid gray;
text-align: left;
vertical-align: bottom;
}
table.Documentation tr td, table.TypeMembers tr td, table.Enumeration tr td, table.TypeDocumentation tr td {
padding: 0.5em;
border: 1px solid gray;
text-align: left;
vertical-align: top;
}
table.TypeMembers {
border: 1px solid #C0C0C0;
width: 100%;
}
table.TypeMembers tr td {
background: #F8F8F8;
border: white;
}
table.Documentation {
}
table.TypeMembers {
}
div.CodeExample {
width: 100%;
border: 1px solid #DDDDDD;
background-color: #F8F8F8;
}
div.CodeExample p {
margin: 0.5em;
border-bottom: 1px solid #DDDDDD;
}
div.CodeExample div {
margin: 0.5em;
}
h4 {
margin-bottom: 0;
}
div.Signature {
border: 1px solid #C0C0C0;
background: #F2F2F2;
padding: 1em;
}
</style>
<script type="text/JavaScript">
function toggle_display (block) {
var w = document.getElementById (block);
var t = document.getElementById (block + ":toggle");
if (w.style.display == "none") {
w.style.display = "block";
t.innerHTML = "⊟";
} else {
w.style.display = "none";
t.innerHTML = "⊞";
}
}
</script>
</head>
<body>
<div class="CollectionTitle">
<a href="../index.html">ln.types</a> : <a href="index.html">ln.types.odb.ng Namespace</a></div>
<div class="SideBar">
<p>
<a href="#T:ln.types.odb.ng.Mapper">Overview</a>
</p>
<p>
<a href="#T:ln.types.odb.ng.Mapper:Signature">Signature</a>
</p>
<p>
<a href="#T:ln.types.odb.ng.Mapper:Docs">Remarks</a>
</p>
<p>
<a href="#Members">Members</a>
</p>
<p>
<a href="#T:ln.types.odb.ng.Mapper:Members">Member Details</a>
</p>
</div>
<h1 class="PageTitle" id="T:ln.types.odb.ng.Mapper">Mapper Class</h1>
<p class="Summary" id="T:ln.types.odb.ng.Mapper:Summary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</p>
<div>
<h2>Syntax</h2>
<div class="Signature" id="T:ln.types.odb.ng.Mapper:Signature">public class <b>Mapper</b> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.IDisposable">IDisposable</a></div>
</div>
<div class="Remarks" id="T:ln.types.odb.ng.Mapper:Docs">
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="T:ln.types.odb.ng.Mapper:Docs:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="T:ln.types.odb.ng.Mapper:Docs:Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<h2 class="Section" id="Members">Members</h2>
<div class="SectionBox" id="_Members">
<p>
See Also: Inherited members from
<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>.
</p>
<h2 class="Section">Public Constructors</h2>
<div class="SectionBox" id="Public Constructors">
<div class="SubsectionBox">
<table class="TypeMembers">
<tr valign="top">
<td>
<div>
</div>
</td>
<td>
<div>
<b>
<a href="#C:ln.types.odb.ng.Mapper(ln.types.odb.ng.storage.IStorageContainer)">Mapper</a>
</b>(<a href="../ln.types.odb.ng.storage/IStorageContainer.html">ln.types.odb.ng.storage.IStorageContainer</a>)</div>
</td>
<td>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td>
<div>
<b>
<a href="#C:ln.types.odb.ng.Mapper(System.String)">Mapper</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)</div>
</td>
<td>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</td>
</tr>
</table>
</div>
</div>
<h2 class="Section">Public Properties</h2>
<div class="SectionBox" id="Public Properties">
<div class="SubsectionBox">
<table class="TypeMembers">
<tr valign="top">
<td>
<div>static </div>
</td>
<td>
<b>
<a href="#P:ln.types.odb.ng.Mapper.Default">Default</a>
</b>
</td>
<td>
<i>
<a href="../ln.types.odb.ng/Mapper.html">Mapper</a>
</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
</tr>
<tr valign="top">
<td>[read-only]<div></div></td>
<td>
<b>
<a href="#P:ln.types.odb.ng.Mapper.StorageContainer">StorageContainer</a>
</b>
</td>
<td>
<i>
<a href="../ln.types.odb.ng.storage/IStorageContainer.html">ln.types.odb.ng.storage.IStorageContainer</a>
</i>. <span class="NotEntered">Documentation for this section has not yet been entered.</span></td>
</tr>
</table>
</div>
</div>
<h2 class="Section">Public Methods</h2>
<div class="SectionBox" id="Public Methods">
<div class="SubsectionBox">
<table class="TypeMembers">
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Guid)">Delete</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Guid">Guid</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Object)">Delete</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Delete``1(System.Guid)">Delete&lt;T&gt;</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Guid">Guid</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Delete``1(``0)">Delete&lt;T&gt;</a>
</b>(<i title="To be added.">T</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Dispose()">Dispose</a>
</b>()<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.EnsureIndex(System.Type,System.String)">EnsureIndex</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.EnsureIndex``1(System.String)">EnsureIndex&lt;T&gt;</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type)">GetDocumentIDs</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,ln.types.odb.ng.Query)">GetDocumentIDs</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="../ln.types.odb.ng/Query.html">Query</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,System.String,System.Predicate{ln.types.odb.values.ODBEntity})">GetDocumentIDs</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Predicate`1">Predicate&lt;ln.types.odb.values.ODBEntity&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetDocumentIDs``1()">GetDocumentIDs&lt;T&gt;</a>
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(ln.types.odb.ng.Query)">GetDocumentIDs&lt;T&gt;</a>
</b>(<a href="../ln.types.odb.ng/Query.html">Query</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(System.String,System.Predicate{ln.types.odb.values.ODBEntity})">GetDocumentIDs&lt;T&gt;</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Predicate`1">Predicate&lt;ln.types.odb.values.ODBEntity&gt;</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetMapping(System.Type)">GetMapping</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>)<nobr> : <a href="../ln.types.odb.ng/IODBMapping.html">IODBMapping</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetMapping``1()">GetMapping&lt;T&gt;</a>
</b>()<nobr> : <a href="../ln.types.odb.ng/IODBMapping.html">IODBMapping</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetStorage(System.Type)">GetStorage</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>)<nobr> : <a href="../ln.types.odb.ng.storage/IStorage.html">ln.types.odb.ng.storage.IStorage</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetStorage(System.Type,System.String)">GetStorage</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a>)<nobr> : <a href="../ln.types.odb.ng.storage/IStorage.html">ln.types.odb.ng.storage.IStorage</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>static </div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.GetTypeName(System.Type)">GetTypeName</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Load(System.Type)">Load</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerable">IEnumerable</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Load(System.Type,ln.types.odb.ng.Query)">Load</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="../ln.types.odb.ng/Query.html">Query</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerable">IEnumerable</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Load(System.Type,System.Guid)">Load</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Guid">Guid</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Load``1()">Load&lt;T&gt;</a>
</b>()<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Load``1(ln.types.odb.ng.Query)">Load&lt;T&gt;</a>
</b>(<a href="../ln.types.odb.ng/Query.html">Query</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Load``1(System.Guid)">Load&lt;T&gt;</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Guid">Guid</a>)<nobr> : <i title="To be added.">T</i></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.MapValue(System.Object)">MapValue</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>)<nobr> : <a href="../ln.types.odb.values/ODBEntity.html">ln.types.odb.values.ODBEntity</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.IODBMapping)">RegisterMapping</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="../ln.types.odb.ng/IODBMapping.html">IODBMapping</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.ODBMap,ln.types.odb.ng.ODBUnmap)">RegisterMapping</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="../ln.types.odb.ng/ODBMap.html">ODBMap</a>, <a href="../ln.types.odb.ng/ODBUnmap.html">ODBUnmap</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.RegisterMapping``1(ln.types.odb.ng.ODBMap{``0},ln.types.odb.ng.ODBUnmap{``0})">RegisterMapping&lt;T&gt;</a>
</b>(<a href="../ln.types.odb.ng/ODBMap`1.html">ODBMap&lt;T&gt;</a>, <a href="../ln.types.odb.ng/ODBUnmap`1.html">ODBUnmap&lt;T&gt;</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Save(System.Type,System.Object)">Save</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.Save``1(``0)">Save&lt;T&gt;</a>
</b>(<i title="To be added.">T</i>)<blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.TryImplicitMapping(System.Object,System.Type)">TryImplicitMapping</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a>, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
<tr valign="top">
<td>
<div>
</div>
</td>
<td colspan="2">
<b>
<a href="#M:ln.types.odb.ng.Mapper.UnmapValue(System.Type,ln.types.odb.values.ODBEntity)">UnmapValue</a>
</b>(<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a>, <a href="../ln.types.odb.values/ODBEntity.html">ln.types.odb.values.ODBEntity</a>)<nobr> : <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a></nobr><blockquote><span class="NotEntered">Documentation for this section has not yet been entered.</span></blockquote></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<div class="Members" id="T:ln.types.odb.ng.Mapper:Members">
<h2 class="Section" id="MemberDetails">Member Details</h2>
<div class="SectionBox" id="_MemberDetails">
<h3 id="C:ln.types.odb.ng.Mapper(ln.types.odb.ng.storage.IStorageContainer)">Mapper Constructor</h3>
<blockquote id="C:ln.types.odb.ng.Mapper(ln.types.odb.ng.storage.IStorageContainer):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <b>Mapper</b> (<a href="../ln.types.odb.ng.storage/IStorageContainer.html">ln.types.odb.ng.storage.IStorageContainer</a> storageContainer)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="C:ln.types.odb.ng.Mapper(ln.types.odb.ng.storage.IStorageContainer):Parameters">
<dl>
<dt>
<i>storageContainer</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="C:ln.types.odb.ng.Mapper(ln.types.odb.ng.storage.IStorageContainer):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="C:ln.types.odb.ng.Mapper(ln.types.odb.ng.storage.IStorageContainer):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="C:ln.types.odb.ng.Mapper(System.String)">Mapper Constructor</h3>
<blockquote id="C:ln.types.odb.ng.Mapper(System.String):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <b>Mapper</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> basePath)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="C:ln.types.odb.ng.Mapper(System.String):Parameters">
<dl>
<dt>
<i>basePath</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="C:ln.types.odb.ng.Mapper(System.String):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="C:ln.types.odb.ng.Mapper(System.String):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="P:ln.types.odb.ng.Mapper.Default">Default Property</h3>
<blockquote id="P:ln.types.odb.ng.Mapper.Default:member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public static <a href="../ln.types.odb.ng/Mapper.html">Mapper</a> <b>Default</b> { get; set; }</div>
<h4 class="Subsection">Value</h4>
<blockquote class="SubsectionBox" id="P:ln.types.odb.ng.Mapper.Default:Value">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="P:ln.types.odb.ng.Mapper.Default:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="P:ln.types.odb.ng.Mapper.Default:Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Guid)">Delete Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Guid):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Delete</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Guid">Guid</a> documentID)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Guid):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>documentID</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Guid):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Guid):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Object)">Delete Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Object):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Delete</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> instance)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Object):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>instance</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Object):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Delete(System.Type,System.Object):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Delete``1(System.Guid)">Delete&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Delete``1(System.Guid):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Delete&lt;T&gt;</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Guid">Guid</a> documentID)</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Delete``1(System.Guid):Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Delete``1(System.Guid):Parameters">
<dl>
<dt>
<i>documentID</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Delete``1(System.Guid):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Delete``1(System.Guid):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Delete``1(``0)">Delete&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Delete``1(``0):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Delete&lt;T&gt;</b> (<i title="To be added.">T</i> instance)</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Delete``1(``0):Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Delete``1(``0):Parameters">
<dl>
<dt>
<i>instance</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Delete``1(``0):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Delete``1(``0):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Dispose()">Dispose Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Dispose():member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Dispose</b> ()</div>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Dispose():Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Dispose():Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.EnsureIndex(System.Type,System.String)">EnsureIndex Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.EnsureIndex(System.Type,System.String):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EnsureIndex</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> path)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.EnsureIndex(System.Type,System.String):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>path</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.EnsureIndex(System.Type,System.String):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.EnsureIndex(System.Type,System.String):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.EnsureIndex``1(System.String)">EnsureIndex&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.EnsureIndex``1(System.String):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>EnsureIndex&lt;T&gt;</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> path)</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.EnsureIndex``1(System.String):Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.EnsureIndex``1(System.String):Parameters">
<dl>
<dt>
<i>path</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.EnsureIndex``1(System.String):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.EnsureIndex``1(System.String):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type)">GetDocumentIDs Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a> <b>GetDocumentIDs</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,ln.types.odb.ng.Query)">GetDocumentIDs Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,ln.types.odb.ng.Query):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a> <b>GetDocumentIDs</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type, <a href="../ln.types.odb.ng/Query.html">Query</a> query)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,ln.types.odb.ng.Query):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>query</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,ln.types.odb.ng.Query):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,ln.types.odb.ng.Query):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,ln.types.odb.ng.Query):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,System.String,System.Predicate{ln.types.odb.values.ODBEntity})">GetDocumentIDs Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,System.String,System.Predicate{ln.types.odb.values.ODBEntity}):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a> <b>GetDocumentIDs</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> path, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Predicate`1">Predicate&lt;ln.types.odb.values.ODBEntity&gt;</a> predicate)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,System.String,System.Predicate{ln.types.odb.values.ODBEntity}):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>path</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>predicate</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,System.String,System.Predicate{ln.types.odb.values.ODBEntity}):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,System.String,System.Predicate{ln.types.odb.values.ODBEntity}):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs(System.Type,System.String,System.Predicate{ln.types.odb.values.ODBEntity}):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1()">GetDocumentIDs&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1():member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a> <b>GetDocumentIDs&lt;T&gt;</b> ()</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1():Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1():Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1():Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1():Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(ln.types.odb.ng.Query)">GetDocumentIDs&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(ln.types.odb.ng.Query):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a> <b>GetDocumentIDs&lt;T&gt;</b> (<a href="../ln.types.odb.ng/Query.html">Query</a> query)</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(ln.types.odb.ng.Query):Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(ln.types.odb.ng.Query):Parameters">
<dl>
<dt>
<i>query</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(ln.types.odb.ng.Query):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(ln.types.odb.ng.Query):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(ln.types.odb.ng.Query):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(System.String,System.Predicate{ln.types.odb.values.ODBEntity})">GetDocumentIDs&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(System.String,System.Predicate{ln.types.odb.values.ODBEntity}):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;Guid&gt;</a> <b>GetDocumentIDs&lt;T&gt;</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> path, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Predicate`1">Predicate&lt;ln.types.odb.values.ODBEntity&gt;</a> predicate)</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(System.String,System.Predicate{ln.types.odb.values.ODBEntity}):Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(System.String,System.Predicate{ln.types.odb.values.ODBEntity}):Parameters">
<dl>
<dt>
<i>path</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>predicate</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(System.String,System.Predicate{ln.types.odb.values.ODBEntity}):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(System.String,System.Predicate{ln.types.odb.values.ODBEntity}):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetDocumentIDs``1(System.String,System.Predicate{ln.types.odb.values.ODBEntity}):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetMapping(System.Type)">GetMapping Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetMapping(System.Type):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="../ln.types.odb.ng/IODBMapping.html">IODBMapping</a> <b>GetMapping</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetMapping(System.Type):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetMapping(System.Type):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetMapping(System.Type):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetMapping(System.Type):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetMapping``1()">GetMapping&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetMapping``1():member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="../ln.types.odb.ng/IODBMapping.html">IODBMapping</a> <b>GetMapping&lt;T&gt;</b> ()</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetMapping``1():Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetMapping``1():Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetMapping``1():Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetMapping``1():Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type)">GetStorage Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="../ln.types.odb.ng.storage/IStorage.html">ln.types.odb.ng.storage.IStorage</a> <b>GetStorage</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type,System.String)">GetStorage Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type,System.String):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="../ln.types.odb.ng.storage/IStorage.html">ln.types.odb.ng.storage.IStorage</a> <b>GetStorage</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> typeName)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type,System.String):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>typeName</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type,System.String):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type,System.String):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetStorage(System.Type,System.String):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.GetTypeName(System.Type)">GetTypeName Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.GetTypeName(System.Type):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public static <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.String">string</a> <b>GetTypeName</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetTypeName(System.Type):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.GetTypeName(System.Type):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetTypeName(System.Type):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.GetTypeName(System.Type):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Load(System.Type)">Load Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Load(System.Type):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerable">IEnumerable</a> <b>Load</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Load(System.Type,ln.types.odb.ng.Query)">Load Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Load(System.Type,ln.types.odb.ng.Query):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.IEnumerable">IEnumerable</a> <b>Load</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type, <a href="../ln.types.odb.ng/Query.html">Query</a> query)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type,ln.types.odb.ng.Query):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>query</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type,ln.types.odb.ng.Query):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type,ln.types.odb.ng.Query):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type,ln.types.odb.ng.Query):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Load(System.Type,System.Guid)">Load Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Load(System.Type,System.Guid):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> <b>Load</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Guid">Guid</a> documentID)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type,System.Guid):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>documentID</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type,System.Guid):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type,System.Guid):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load(System.Type,System.Guid):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Load``1()">Load&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Load``1():member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a> <b>Load&lt;T&gt;</b> ()</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load``1():Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load``1():Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load``1():Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load``1():Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Load``1(ln.types.odb.ng.Query)">Load&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Load``1(ln.types.odb.ng.Query):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Collections.Generic.IEnumerable`1">IEnumerable&lt;T&gt;</a> <b>Load&lt;T&gt;</b> (<a href="../ln.types.odb.ng/Query.html">Query</a> query)</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(ln.types.odb.ng.Query):Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(ln.types.odb.ng.Query):Parameters">
<dl>
<dt>
<i>query</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(ln.types.odb.ng.Query):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(ln.types.odb.ng.Query):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(ln.types.odb.ng.Query):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Load``1(System.Guid)">Load&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Load``1(System.Guid):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <i title="To be added.">T</i> <b>Load&lt;T&gt;</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Guid">Guid</a> documentID)</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(System.Guid):Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(System.Guid):Parameters">
<dl>
<dt>
<i>documentID</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(System.Guid):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(System.Guid):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Load``1(System.Guid):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.MapValue(System.Object)">MapValue Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.MapValue(System.Object):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public virtual <a href="../ln.types.odb.values/ODBEntity.html">ln.types.odb.values.ODBEntity</a> <b>MapValue</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> value)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.MapValue(System.Object):Parameters">
<dl>
<dt>
<i>value</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.MapValue(System.Object):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.MapValue(System.Object):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.MapValue(System.Object):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.IODBMapping)">RegisterMapping Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.IODBMapping):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>RegisterMapping</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> nativeType, <a href="../ln.types.odb.ng/IODBMapping.html">IODBMapping</a> mapping)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.IODBMapping):Parameters">
<dl>
<dt>
<i>nativeType</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>mapping</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.IODBMapping):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.IODBMapping):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.ODBMap,ln.types.odb.ng.ODBUnmap)">RegisterMapping Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.ODBMap,ln.types.odb.ng.ODBUnmap):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>RegisterMapping</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> nativeType, <a href="../ln.types.odb.ng/ODBMap.html">ODBMap</a> map, <a href="../ln.types.odb.ng/ODBUnmap.html">ODBUnmap</a> unmap)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.ODBMap,ln.types.odb.ng.ODBUnmap):Parameters">
<dl>
<dt>
<i>nativeType</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>map</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>unmap</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.ODBMap,ln.types.odb.ng.ODBUnmap):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping(System.Type,ln.types.odb.ng.ODBMap,ln.types.odb.ng.ODBUnmap):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.RegisterMapping``1(ln.types.odb.ng.ODBMap{``0},ln.types.odb.ng.ODBUnmap{``0})">RegisterMapping&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.RegisterMapping``1(ln.types.odb.ng.ODBMap{``0},ln.types.odb.ng.ODBUnmap{``0}):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>RegisterMapping&lt;T&gt;</b> (<a href="../ln.types.odb.ng/ODBMap`1.html">ODBMap&lt;T&gt;</a> map, <a href="../ln.types.odb.ng/ODBUnmap`1.html">ODBUnmap&lt;T&gt;</a> unmap)</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping``1(ln.types.odb.ng.ODBMap{``0},ln.types.odb.ng.ODBUnmap{``0}):Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping``1(ln.types.odb.ng.ODBMap{``0},ln.types.odb.ng.ODBUnmap{``0}):Parameters">
<dl>
<dt>
<i>map</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>unmap</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping``1(ln.types.odb.ng.ODBMap{``0},ln.types.odb.ng.ODBUnmap{``0}):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.RegisterMapping``1(ln.types.odb.ng.ODBMap{``0},ln.types.odb.ng.ODBUnmap{``0}):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Save(System.Type,System.Object)">Save Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Save(System.Type,System.Object):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Save</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> type, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> instance)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Save(System.Type,System.Object):Parameters">
<dl>
<dt>
<i>type</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>instance</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Save(System.Type,System.Object):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Save(System.Type,System.Object):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.Save``1(``0)">Save&lt;T&gt; Generic Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.Save``1(``0):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Void">void</a> <b>Save&lt;T&gt;</b> (<i title="To be added.">T</i> instance)</div>
<h4 class="Subsection">Type Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Save``1(``0):Type Parameters">
<dl>
<dt>
<i>T</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.Save``1(``0):Parameters">
<dl>
<dt>
<i>instance</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Save``1(``0):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.Save``1(``0):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="P:ln.types.odb.ng.Mapper.StorageContainer">StorageContainer Property</h3>
<blockquote id="P:ln.types.odb.ng.Mapper.StorageContainer:member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public <a href="../ln.types.odb.ng.storage/IStorageContainer.html">ln.types.odb.ng.storage.IStorageContainer</a> <b>StorageContainer</b> { get; }</div>
<h4 class="Subsection">Value</h4>
<blockquote class="SubsectionBox" id="P:ln.types.odb.ng.Mapper.StorageContainer:Value">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="P:ln.types.odb.ng.Mapper.StorageContainer:Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="P:ln.types.odb.ng.Mapper.StorageContainer:Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.TryImplicitMapping(System.Object,System.Type)">TryImplicitMapping Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.TryImplicitMapping(System.Object,System.Type):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public virtual <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> <b>TryImplicitMapping</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> value, <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> targetType)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.TryImplicitMapping(System.Object,System.Type):Parameters">
<dl>
<dt>
<i>value</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>targetType</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.TryImplicitMapping(System.Object,System.Type):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.TryImplicitMapping(System.Object,System.Type):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.TryImplicitMapping(System.Object,System.Type):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
<h3 id="M:ln.types.odb.ng.Mapper.UnmapValue(System.Type,ln.types.odb.values.ODBEntity)">UnmapValue Method</h3>
<blockquote id="M:ln.types.odb.ng.Mapper.UnmapValue(System.Type,ln.types.odb.values.ODBEntity):member">
<div class="msummary">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2>Syntax</h2>
<div class="Signature">public virtual <a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Object">object</a> <b>UnmapValue</b> (<a href="http://www.go-mono.com/docs/monodoc.ashx?link=T:System.Type">Type</a> targetType, <a href="../ln.types.odb.values/ODBEntity.html">ln.types.odb.values.ODBEntity</a> value)</div>
<h4 class="Subsection">Parameters</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.UnmapValue(System.Type,ln.types.odb.values.ODBEntity):Parameters">
<dl>
<dt>
<i>targetType</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
<dt>
<i>value</i>
</dt>
<dd>
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</dd>
</dl>
</blockquote>
<h4 class="Subsection">Returns</h4>
<blockquote class="SubsectionBox" id="M:ln.types.odb.ng.Mapper.UnmapValue(System.Type,ln.types.odb.values.ODBEntity):Returns">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</blockquote>
<h2 class="Section">Remarks</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.UnmapValue(System.Type,ln.types.odb.values.ODBEntity):Remarks">
<span class="NotEntered">Documentation for this section has not yet been entered.</span>
</div>
<h2 class="Section">Requirements</h2>
<div class="SectionBox" id="M:ln.types.odb.ng.Mapper.UnmapValue(System.Type,ln.types.odb.values.ODBEntity):Version Information">
<b>Namespace: </b>ln.types.odb.ng<br /><b>Assembly: </b>ln.types (in ln.types.dll)<br /><b>Assembly Versions: </b>1.0.7214.23034</div>
<hr size="1" />
</blockquote>
</div>
</div>
<hr size="1" />
<div class="Copyright">
</div>
</body>
</html>