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: 6.0.0.0 (6.0.6225.27214)
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