Click or drag to resize
IRepositoryTryGetAttrTypeByName Method
Retrieves an attribute type.

Namespace: PDTec.IceNet.Core.Model
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
bool TryGetAttrTypeByName(
	string name,
	out IAttrType pAttrType
)

Parameters

name
Type: SystemString
The attribute type name.
pAttrType
Type: PDTec.IceNet.Core.ModelIAttrType
The attribute type.

Return Value

Type: Boolean
true if the repository contains an attribute type with this name; otherwise, false.
See Also