PartyAddress Constructor

Scanjour Workflow4 Reference Manual
Initializes a new instance of the PartyAddress class

Namespace:  WorkZone.Dispatcher.Base
Assembly:  WorkZone.Dispatcher.Base_21.3.0.0 (in WorkZone.Dispatcher.Base_21.3.0.0.dll) Version: 21.3.0.0 (21.3.0.0)
Syntax

public PartyAddress(
	PartyIdentifier id,
	PostalAddress postalAddress,
	Guid ngDpConcactPoint,
	string partyAddressKey = ""
)

Parameters

id
Type: WorkZone.Dispatcher.BasePartyIdentifier

[Missing <param name="id"/> documentation for "M:WorkZone.Dispatcher.Base.PartyAddress.#ctor(WorkZone.Dispatcher.Base.PartyIdentifier,WorkZone.Dispatcher.Base.PostalAddress,System.Guid,System.String)"]

postalAddress
Type: WorkZone.Dispatcher.BasePostalAddress

[Missing <param name="postalAddress"/> documentation for "M:WorkZone.Dispatcher.Base.PartyAddress.#ctor(WorkZone.Dispatcher.Base.PartyIdentifier,WorkZone.Dispatcher.Base.PostalAddress,System.Guid,System.String)"]

ngDpConcactPoint
Type: SystemGuid

[Missing <param name="ngDpConcactPoint"/> documentation for "M:WorkZone.Dispatcher.Base.PartyAddress.#ctor(WorkZone.Dispatcher.Base.PartyIdentifier,WorkZone.Dispatcher.Base.PostalAddress,System.Guid,System.String)"]

partyAddressKey (Optional)
Type: SystemString

[Missing <param name="partyAddressKey"/> documentation for "M:WorkZone.Dispatcher.Base.PartyAddress.#ctor(WorkZone.Dispatcher.Base.PartyIdentifier,WorkZone.Dispatcher.Base.PostalAddress,System.Guid,System.String)"]

See Also

Reference