Click or drag to resize

IObjTypeGetAttrDefs Method

Retrieves all attribute definitions of this object type.

Namespace:  PDTec.IceNet.Core.Model
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
IAttrDef[] GetAttrDefs(
	bool inherited
)

Parameters

inherited
Type: SystemBoolean
Indicates if supertypes of this should be taken into consideration

Return Value

Type: IAttrDef
The attribute definitions
See Also