RelationshipCreator.CreateRelationships Method NReflect
Extracts the relationships between the types of nrAssembly.

Namespace: NReflect
Assembly: NReflect (in NReflect.dll) Version: 0.9.3.0 (0.9.3.0)
Syntax

public NRRelationships CreateRelationships(
	NRAssembly nrAssembly,
	bool createNesting = true,
	bool createGeneralization = true,
	bool createRealization = true,
	bool createAssociation = true
)

Parameters

nrAssembly
Type: NReflect.NRAssembly
The relationships are extracted from the types within this NRAssembly.
createNesting (Optional)
Type: OnlineSystem.Boolean
Set to true to create nesting relationships.
createGeneralization (Optional)
Type: OnlineSystem.Boolean
Set to true to create generalization relationships.
createRealization (Optional)
Type: OnlineSystem.Boolean
Set to true to create realization relationships.
createAssociation (Optional)
Type: OnlineSystem.Boolean
Set to true to create association relationships.

Return Value

The extracted relationships.
See Also