EldorADO.NET Class Library

ChildDomain Structure

[This is preliminary documentation and subject to change.]

IObjectSource objects reference one root ObjectDomain object (property RootDomain) and optionally several child ObjectDomain objects (property ChildDomains). Child domains are domains that are referenced by the root domain and whose entities may take part in the queries performed over the IObjectSource.

For a list of all members of this type, see ChildDomain Members.

System.Object
   ValueType
      ChildDomain

[Visual Basic]
<TypeConverter(ConverterTypeName="Eldorado.Object.Design.ChildDomainConverter, Eldorado.Object, Version=1.0.1675.24561, Culture=neutral, PublicKeyToken=null")>
Public Structure ChildDomain
[C#]
[TypeConverter(ConverterTypeName="Eldorado.Object.Design.ChildDomainConverter, Eldorado.Object, Version=1.0.1675.24561, Culture=neutral, PublicKeyToken=null")]
public struct ChildDomain

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Eldorado.Object.Domain

Assembly: Eldorado.Object (in Eldorado.Object.dll)

See Also

ChildDomain Members | Eldorado.Object.Domain Namespace