Initializes a new instance of NRNesting.
Namespace: NReflect.NRRelationshipAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public NRNesting( NRSingleInheritanceType parentType, NRTypeBase innerType )
Parameters
- parentType
- Type: NReflect.NREntities.NRSingleInheritanceType
The parent type of the nesting relationship.
- innerType
- Type: NReflect.NREntities.NRTypeBase
The inner type of the nesting relationship.
See Also