Click or drag to resize
IAddressStatusManagerAddAddressCodeMappings Method

[This is preliminary documentation and is subject to change.]

Adds address code relations to an address status

Namespace: Netadmin.Management.Address
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
void AddAddressCodeMappings(
	long statusId,
	IEnumerable<IAddressStatusCodeRelation> relations
)

Parameters

statusId
Type: SystemInt64
The status for which to add address code relations
relations
Type: System.Collections.GenericIEnumerableIAddressStatusCodeRelation
The relations to add
Exceptions
ExceptionCondition
InvalidIdentifierExceptionThrown if statusId is zero or less.
ArgumentNullExceptionrelations is
ObjectNotFoundExceptionThrown if the status does not exist.
See Also