WebDataFieldListExtension Class |
Namespace: ArtDatabanken.WebService.Data
The WebDataFieldListExtension type exposes the following members.
Name | Description | |
---|---|---|
GetBoolean |
Get a Boolean value from the data field with the specified name.
| |
GetDateTime |
Get a DateTime value from the data field with the specified name.
| |
GetFloat64 |
Get a Double value from the data field with the specified name.
| |
GetInt32 |
Get an Int32 value from the data field with the specified name.
| |
GetInt64 |
Get an Int64 value from the data field with the specified name.
| |
GetString |
Get an String value from the data field with the specified name.
| |
IsDataFieldSpecified |
Test if a DataField with the specified name belongs to the list.
| |
SetBoolean |
Set a Boolean value in the data field with the specified name.
| |
SetDateTime |
Set a DateTime value in the data field with the specified name.
| |
SetFloat64 |
Set a Float64 value in the data field with the specified name.
| |
SetInt32 |
Set an Int32 value in the data field with the specified name.
| |
SetInt64 |
Set an Int64 value in the data field with the specified name.
| |
SetString |
Set a String value in the data field with the specified name.
|