PartyAddress Constructor

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

Namespace:  WorkZone.Dispatcher.Base
Assembly:  WorkZone.Dispatcher.Base_23.1.0.0 (in WorkZone.Dispatcher.Base_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

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

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,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,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,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,System.String)"]

eMail (Optional)
Type: SystemString

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

See Also

Reference