Click or drag to resize
WebRegion Class
This class contains information about a region. A region can for example represent a county or a municipality.
Inheritance Hierarchy

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

The WebRegion type exposes the following members.

Constructors
  NameDescription
Public methodWebRegion
Initializes a new instance of the WebRegion class
Top
Properties
  NameDescription
Public propertyCategoryId
Region category id.
Public propertyGUID
Globally unique identifier (GUID) implemented according to the Life Science Identifier (LSID) resolution protocol.
Public propertyId
Region id.
Public propertyName
Name of the region.
Public propertyNativeId
Native id according to source specified in region category.
Public propertyShortName
A short version of the region name.
Public propertySortOrder
Used to sort regions within specified category. Handling of this property is not implemented in current web services.
Public propertyValidFromDate
Date region is valid from. This property is curretly not used.
Public propertyValidToDate
Date region is valid to. This property is curretly not used.
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