IRepositoryTryGetAttrTypeById 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)
Syntaxbool TryGetAttrTypeById(
string id,
out IAttrType pAttrType
)
Parameters
- id
- Type: SystemString
The attribute type ID. - pAttrType
- Type: PDTec.IceNet.Core.ModelIAttrType
The attribute type.
Return Value
Type:
Booleantrue if the repository contains an attribute type
with this ID; otherwise,
false.
See Also