IRepositoryGetAttrTypeByName Method |
Retrieves an attribute type.
Namespace: PDTec.IceNet.Core.ModelAssembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
SyntaxIAttrType GetAttrTypeByName(
string name
)
Parameters
- name
- Type: SystemString
The attribute type name.
Return Value
Type:
IAttrTypeThe attribute type.
ExceptionsException | Condition |
---|
ModelException | Thrown when the requested attribute type does not exist. |
See Also