EldorADO.NET Class Library

ObjectDomainBuilder.Build Method 

[This is preliminary documentation and subject to change.]

Creates a new ObjectDomain.

[Visual Basic]
Public Shared Sub Build( _
   ByVal domain As ObjectDomain, _
   ByVal assemblyName As String, _
   ByVal mapFileName As String, _
   ByVal extendedProperties As IDictionary _
)
[C#]
public static void Build(
   ObjectDomain domain,
   string assemblyName,
   string mapFileName,
   IDictionary extendedProperties
);

Parameters

domain
Missing <param> documentation for domain
assemblyName
The assembly containing the entity classes for this domain.
mapFileName
The name of the xml file. If the xml file is embeded as a resource inside an assembly, the name of the assembly followed by the "#" sign should prefix the resource name.
extendedProperties
A dictionary of extended properties.

See Also

ObjectDomainBuilder Class | Eldorado.Object.Domain Namespace