Click or drag to resize

IRepositoryGetAttrTypeByName Method

Retrieves an attribute 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#
IAttrType GetAttrTypeByName(
	string name
)

Parameters

name
Type: SystemString
The attribute type name.

Return Value

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