ContactAddressSourceMockGetContactAddressKeys Method

[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.ContactAddressSourceMock.GetContactAddressKeys(WorkZone.Dispatcher.Base.PartyIdentifier,Scanjour.Process.OData.Client.Proxy.ODataService)"]

Definition

Namespace: WorkZone.Dispatcher.Base
Assembly: WorkZone.Dispatcher.Base_24.4.0.0 (in WorkZone.Dispatcher.Base_24.4.0.0.dll) Version: 24.4.0.0 (24.4.0.0)
C#
public IEnumerable<string> GetContactAddressKeys(
	PartyIdentifier partyIdentifier,
	ODataService ctx
)

Parameters

partyIdentifier  PartyIdentifier

[Missing <param name="partyIdentifier"/> documentation for "M:WorkZone.Dispatcher.Base.ContactAddressSourceMock.GetContactAddressKeys(WorkZone.Dispatcher.Base.PartyIdentifier,Scanjour.Process.OData.Client.Proxy.ODataService)"]

ctx  ODataService

[Missing <param name="ctx"/> documentation for "M:WorkZone.Dispatcher.Base.ContactAddressSourceMock.GetContactAddressKeys(WorkZone.Dispatcher.Base.PartyIdentifier,Scanjour.Process.OData.Client.Proxy.ODataService)"]

Return Value

IEnumerableString

[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.ContactAddressSourceMock.GetContactAddressKeys(WorkZone.Dispatcher.Base.PartyIdentifier,Scanjour.Process.OData.Client.Proxy.ODataService)"]

Implements

IContactAddressSourceGetContactAddressKeys(PartyIdentifier, ODataService)

See Also