Click or drag to resize
AddressTypeListGet Method
Get address type with specified id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public IAddressType Get(
	AddressTypeId addressTypeId
)

Parameters

addressTypeId
Type: ArtDatabanken.DataAddressTypeId
Id of address type.

Return Value

Type: IAddressType
Requested address type.
Exceptions
ExceptionCondition
ArgumentExceptionThrown if no data has the requested id.
See Also