 | CustomLookupLookupItem(String, String, CustomLookupLookupItem) Constructor |
Constructor
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic LookupItem(
string oValue,
string[] keys,
CustomLookupLookupItem oParent
)
Public Sub New (
oValue As String,
keys As String(),
oParent As CustomLookupLookupItem
)
Parameters
- oValue String
- Value. Must not be null or empty.
- keys String
- Keys. Size of the array must be 15.
- oParent CustomLookupLookupItem
- Parent row of this row. Must not be null.
See Also