Click or drag to resize
CustomLookupLookupItem Constructor (String, String, CustomLookupLookupItem)
Constructor

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public LookupItem(
	string oValue,
	string[] keys,
	CustomLookupLookupItem oParent
)

Parameters

oValue
Type: SystemString
Value. Must not be null or empty.
keys
Type: SystemString
Keys. Size of the array must be 15.
oParent
Type: ATR.CT.CTInterfaceCustomLookupLookupItem
Parent row of this row. Must not be null.
See Also