Click or drag to resize

IEditSession.ChangeClientAddresses Method

Changes client addresses.

Namespace:  Resto.Front.Api.V4.Editors
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
void ChangeClientAddresses(
	List<AddressDto> addresses,
	Nullable<int> mainAddressIndex,
	IClientStub client
)

Parameters

addresses
Type: System.Collections.Generic.List<AddressDto>
new addresses list of client
mainAddressIndex
Type: System.Nullable<Int32>
index of client main address
client
Type: Resto.Front.Api.V4.Editors.Stubs.IClientStub
Changing client
See Also