ModelUtilsExistsObjAttrDefName Method (IRepository, String, String) |
Detects if a specific attribute definition exists.
Namespace:
PDTec.IceNet.Sdk.Utils
Assembly:
PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax public static bool ExistsObjAttrDefName(
IRepository pRepository,
string objTypeName,
string attrDefName
)
Parameters
- pRepository
- Type: PDTec.IceNet.Core.ModelIRepository
The repository. - objTypeName
- Type: SystemString
The object type name. - attrDefName
- Type: SystemString
The attribute definition name.
Return Value
Type:
Booleantrue if the attribute definition exists; otherwise
false.
See Also