Initializes a new instance of NRGeneralization.
Namespace: NReflect.NRRelationshipAssembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax
public NRGeneralization( NRCompositeType baseType, NRCompositeType derivedType )
Parameters
- baseType
- Type: NReflect.NREntities.NRCompositeType
The base type of the generalization.
- derivedType
- Type: NReflect.NREntities.NRCompositeType
The derived type of the generalization.
See Also