KaxListViewExtractValuesFromItem Method |
The passed
IDictionary object (like
Hashtable for example) will be filled with the
names/values of the corresponding
KaxListViewDataItem's bound values and data-key values if included.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual void ExtractValuesFromItem(
IDictionary newValues,
KaxListViewDataItem dataItem,
bool includePrimaryKey
)
Public Overridable Sub ExtractValuesFromItem (
newValues As IDictionary,
dataItem As KaxListViewDataItem,
includePrimaryKey As Boolean
)
public:
virtual void ExtractValuesFromItem(
IDictionary^ newValues,
KaxListViewDataItem^ dataItem,
bool includePrimaryKey
)
abstract ExtractValuesFromItem :
newValues : IDictionary *
dataItem : KaxListViewDataItem *
includePrimaryKey : bool -> unit
override ExtractValuesFromItem :
newValues : IDictionary *
dataItem : KaxListViewDataItem *
includePrimaryKey : bool -> unit
Parameters
- newValues
- Type: System.CollectionsIDictionary
- dataItem
- Type: Kettic.AspNet.ControlsKaxListViewDataItem
- includePrimaryKey
- Type: SystemBoolean
ExceptionsException | Condition |
---|
ArgumentNullException | dataItem is null. |
ArgumentNullException | newValues is null. |
See Also