PicklistItem Constructor |
Name | Description | |
---|---|---|
PicklistItem(Object, String) |
ctor, creates an instance of a PicklistItem.
| |
PicklistItem(Object, String, String) |
overloaded ctor, creates an instance of a PicklistItem.
| |
PicklistItem(Object, String, Type) |
overloaded ctor, creates an instance of a PicklistItem
| |
PicklistItem(Object, String, String, String) |
Constructor creates an instance of a PicklistItem with a possible group.
| |
PicklistItem(Object, String, Type, String) |
Constructor, creates an instance of a PicklistItem with an optional group.
| |
PicklistItem(Object, String, String, PicklistItemAttrs, Type) |
overloaded ctor, creates an instance of a PicklistItem
| |
PicklistItem(Object, String, String, String, PicklistItemAttrs) |
Constructor creates an instance of a PicklistItem with a possible group.
| |
PicklistItem(Object, String, String, PicklistItemAttrs, Type, String, String, String, Int32) |
Overloaded ctor, creates an instance of a PicklistItem. This version of the ctor is specifically
intended for StandardLookup items by accepting the picklistItemID which is the value from the
xmt_picklist_item.picklist_item_id column.
| |
PicklistItem(Object, String, String, PicklistItemAttrs, Type, String, String, String, Int32, String, PicklistAttrs) |
Overloaded constructor, creates an instance of a PicklistItem.
This version of the constructor is specifically intended for StandardLookup items with grouping
by accepting the picklistItemID which is the value from the xmt_picklist_item.picklist_item_id column.
|