Click or drag to resize
RegionCategory Class
This class contains information about an region category. Examples of region categories are county and municipality. Most region categories are related to a specific country
Inheritance Hierarchy
SystemObject
  ArtDatabanken.DataRegionCategory

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
[SerializableAttribute]
public class RegionCategory : IRegionCategory, 
	IDataId32

The RegionCategory type exposes the following members.

Constructors
  NameDescription
Public methodRegionCategory
Create a RegionCategory instance.
Top
Properties
  NameDescription
Public propertyCountryIsoCode
Country iso code as specified in standard ISO-3166. Not all region categories has a country iso code.
Public propertyDataContext
Data context.
Public propertyGUID
Globally unique identifier (GUID) implemented according to the Life Science Identifier (LSID) resolution protocol. Handling of this property is not implemented in current web services.
Public propertyId
Id for this region category.
Public propertyLevel
Specifies level of the region category according to some hierarchical order. Not all region categories has a level value.
Public propertyName
Region category name.
Public propertyNativeIdSource
Used source when native ids are assigned to regions. An example of source is Statistics Sweden (SCB) that defines ids for counties, municipalities, etc.
Public propertySortOrder
Used to sort region categories.
Public propertyTypeId
Region type id.
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
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