IRepositoryGetAttrTypeById Method |
Retrieves an attribute type.
Namespace:
PDTec.IceNet.Core.Model
Assembly:
PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.0.0.0 (7.0.6906.26599)
SyntaxIAttrType GetAttrTypeById(
string id
)
Parameters
- id
- Type: SystemString
The attribute type ID.
Return Value
Type:
IAttrTypeThe attribute type.
ExceptionsException | Condition |
---|
ModelException | Thrown when the requested attribute type does not exist. |
See Also