Click or drag to resize
GeoReferenceDataSource Class
This class is used to retrieve geo reference related information.
Inheritance Hierarchy

Namespace: ArtDatabanken.WebService.Client.GeoReferenceService
Assembly: ArtDatabanken.WebService.Client (in ArtDatabanken.WebService.Client.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public class GeoReferenceDataSource : GeoReferenceDataSourceBase, 
	IGeoReferenceDataSource

The GeoReferenceDataSource type exposes the following members.

Constructors
  NameDescription
Public methodGeoReferenceDataSource
Initializes a new instance of the GeoReferenceDataSource class
Top
Methods
  NameDescription
Public methodGetCitiesByNameSearchString
Get cities by name string search
Public methodLogin
Login user.
Public methodLogout
Logout user.
Public methodStatic memberSetDataSource
Set GeoReferenceService as data source in the onion data model.
Top
Extension Methods
  NameDescription
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also