Click or drag to resize
IXmlRelationshipCreatorCreateRelationship Method
Creates a relationship with a specific ID.

Namespace: PDTec.IceNet.Core.Xml
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IRelationship CreateRelationship(
	IObject pObjectFrom,
	IObject pObjectTo,
	string id,
	string description
)

Parameters

pObjectFrom
Type: PDTec.IceNet.Core.ModelIObject
The object in from direction.
pObjectTo
Type: PDTec.IceNet.Core.ModelIObject
The object in to direction.
id
Type: SystemString
The ID.
description
Type: SystemString
The description.

Return Value

Type: IRelationship
An relationship instance.
See Also