Click or drag to resize
RegionCategory Constructor
Create a RegionCategory instance.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public RegionCategory(
	int id,
	Nullable<int> countryIsoCode,
	string guid,
	Nullable<int> level,
	string name,
	string nativeSourceId,
	int sortOrder,
	int typeId,
	IDataContext dataContext
)

Parameters

id
Type: SystemInt32
Id for this region type.
countryIsoCode
Type: SystemNullableInt32
Country iso code that this region belongs to
guid
Type: SystemString
Globally unique identifier (GUID) implemented according to the Life Science Identifier (LSID) resolution protocol.
level
Type: SystemNullableInt32
Level of the region category
name
Type: SystemString
Region category name.
nativeSourceId
Type: SystemString
Used source when native ids are assigned to regions.
sortOrder
Type: SystemInt32
Order when categories are sorted
typeId
Type: SystemInt32
Region type id
dataContext
Type: ArtDatabanken.DataIDataContext
Data context.
See Also