Click or drag to resize
WebDataFieldListExtension Class
Contains extension methods to the generic List class with WebDataField elements.
Inheritance Hierarchy
SystemObject
  ArtDatabanken.WebService.DataWebDataFieldListExtension

Namespace: ArtDatabanken.WebService.Data
Assembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public static class WebDataFieldListExtension

The WebDataFieldListExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBoolean
Get a Boolean value from the data field with the specified name.
Public methodStatic memberGetDateTime
Get a DateTime value from the data field with the specified name.
Public methodStatic memberGetFloat64
Get a Double value from the data field with the specified name.
Public methodStatic memberGetInt32
Get an Int32 value from the data field with the specified name.
Public methodStatic memberGetInt64
Get an Int64 value from the data field with the specified name.
Public methodStatic memberGetString
Get an String value from the data field with the specified name.
Public methodStatic memberIsDataFieldSpecified
Test if a DataField with the specified name belongs to the list.
Public methodStatic memberSetBoolean
Set a Boolean value in the data field with the specified name.
Public methodStatic memberSetDateTime
Set a DateTime value in the data field with the specified name.
Public methodStatic memberSetFloat64
Set a Float64 value in the data field with the specified name.
Public methodStatic memberSetInt32
Set an Int32 value in the data field with the specified name.
Public methodStatic memberSetInt64
Set an Int64 value in the data field with the specified name.
Public methodStatic memberSetString
Set a String value in the data field with the specified name.
Top
See Also