CommonDatabaseFunctionsGetAddressAlive Method

Gets the address for alive person value based on an addresskey.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public static Address GetAddressAlive(
	Uri oDataUri,
	string addressKey
)

Parameters

oDataUri  Uri
The OData Service endpoint.
addressKey  String
Key to the address entity.

Return Value

Address
The Address Alive value determining whether an address is still active

See Also