Click or drag to resize
IRepositoryGetAttrTypeById Method
Retrieves an attribute type.

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
IAttrType GetAttrTypeById(
	string id
)

Parameters

id
Type: SystemString
The attribute type ID.

Return Value

Type: IAttrType
The attribute type.
Exceptions
ExceptionCondition
ModelExceptionThrown when the requested attribute type does not exist.
See Also