PicklistItem Constructor (Object, String, String, String, PicklistItemAttrs) |
Constructor creates an instance of a PicklistItem with a possible group.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public PicklistItem(
Object value,
string displayText,
string discrim,
string group,
PicklistItemAttrs itemAttrs
)
Public Sub New (
value As Object,
displayText As String,
discrim As String,
group As String,
itemAttrs As PicklistItemAttrs
)
Parameters
- value
- Type: SystemObject
The key value (typically the first column in the SELECT statement) - displayText
- Type: SystemString
The display text (typically the second column in the SELECT statement) - discrim
- Type: SystemString
The discrim value (typically the third column in the SELECT statement) - group
- Type: SystemString
The item group, if any. - itemAttrs
- Type: NetQuarryPicklistItemAttrs
Item attributes
See Also