ContactAddressSourceFactoryGetContactAddressSource Method

[Missing <summary> documentation for "M:WorkZone.Dispatcher.Base.ContactAddressSourceFactory.GetContactAddressSource(Scanjour.Process.OData.Client.Proxy.ODataService,System.Xml.Linq.XElement)"]

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 static IContactAddressSource GetContactAddressSource(
	ODataService ctx,
	XElement xElement
)

Parameters

ctx  ODataService

[Missing <param name="ctx"/> documentation for "M:WorkZone.Dispatcher.Base.ContactAddressSourceFactory.GetContactAddressSource(Scanjour.Process.OData.Client.Proxy.ODataService,System.Xml.Linq.XElement)"]

xElement  XElement

[Missing <param name="xElement"/> documentation for "M:WorkZone.Dispatcher.Base.ContactAddressSourceFactory.GetContactAddressSource(Scanjour.Process.OData.Client.Proxy.ODataService,System.Xml.Linq.XElement)"]

Return Value

IContactAddressSource

[Missing <returns> documentation for "M:WorkZone.Dispatcher.Base.ContactAddressSourceFactory.GetContactAddressSource(Scanjour.Process.OData.Client.Proxy.ODataService,System.Xml.Linq.XElement)"]

See Also