Click or drag to resize
Region Constructor (Int32, Int32, String, String, String, String, Int32, IDataContext)
Create a Region instance.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public Region(
	int id,
	int categoryId,
	string guid,
	string name,
	string nativeId,
	string shortName,
	int sortOrder,
	IDataContext dataContext
)

Parameters

id
Type: SystemInt32
Id for this region.
categoryId
Type: SystemInt32
Category id for this region.
guid
Type: SystemString
Globally unique identifier.
name
Type: SystemString
Region type name.
nativeId
Type: SystemString
Native id according to source specified in region category.
shortName
Type: SystemString
Short name of region.
sortOrder
Type: SystemInt32
Order when sorting regions
dataContext
Type: ArtDatabanken.DataIDataContext
Data context.
See Also