Click or drag to resize

RelAttrTableTRow Constructor (IObject, String)

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,
	string relTypeName
)

Parameters

pObject
Type: PDTec.IceNet.Core.ModelIObject
The object that contains the relationship-based table attributes.
relTypeName
Type: SystemString
The name of 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