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