Click or drag to resize
IDatabaseObjectGetAttrValue_Xpm Method

Namespace: PDTec.IceNet.Core.Database.Implementation
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
void ObjectGetAttrValue_Xpm(
	string id,
	string declTypeId,
	string attrDefId,
	AttrValueType attrValueType,
	out Object attrValue,
	out bool isAttrValueAssigned
)

Parameters

id
Type: SystemString
declTypeId
Type: SystemString
attrDefId
Type: SystemString
attrValueType
Type: PDTec.IceNet.Core.ModelAttrValueType
attrValue
Type: SystemObject
isAttrValueAssigned
Type: SystemBoolean
See Also