Click or drag to resize
UserManagerGetAddressType Method (IUserContext, Int32)
Get address type with the given id.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public virtual IAddressType GetAddressType(
	IUserContext userContext,
	int addressTypeId
)

Parameters

userContext
Type: ArtDatabanken.DataIUserContext
User context.
addressTypeId
Type: SystemInt32
Address type id.

Return Value

Type: IAddressType
Address type with the given id.

Implements

IUserManagerGetAddressType(IUserContext, Int32)
Exceptions
ExceptionCondition
ArgumentExceptionThrown if no address type has the requested id.
See Also