ModelUtilsExistsObjAttrDefName Method (IRepository, String, String) |
Detects if a specific attribute definition exists.
Namespace: PDTec.IceNet.Sdk.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic 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