Click or drag to resize

PicklistItemInfo Constructor

standard ctor

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public PicklistItemInfo(
	string name,
	string source,
	string dataSourceKey,
	PicklistAttrs attrs,
	PicklistType listType
)

Parameters

name
Type: SystemString
The name of the item (picklist_key)
source
Type: SystemString
The source for the pick list(picklist_source)
dataSourceKey
Type: SystemString
The DataSource that the item belongs
attrs
Type: NetQuarryPicklistAttrs
The item's attributes. (Bitmask of PicklistItemInfoAttrs)
listType
Type: NetQuarryPicklistType
The item type. (One of PicklistType)
See Also