Click or drag to resize

RelAttrTableTRow Constructor (IObject, IRelType)

Creates an instance of the relationship table attributes wrapper.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public RelAttrTable(
	IObject pObject,
	IRelType pRelType
)

Parameters

pObject
Type: PDTec.IceNet.Core.ModelIObject
The object that contains the relationship-based table attributes.
pRelType
Type: PDTec.IceNet.Core.ModelIRelType
The relationship type that represents the table attributes.
Remarks
The attribute names of the relationship type must conform to the field and property names of the TRow type.
See Also