Click or drag to resize

PartyAddress Constructor

Initializes a new instance of the PartyAddress class

Namespace: WorkZone.Dispatcher.Base
Assembly: WorkZone.Dispatcher.Base_24.5.0.0 (in WorkZone.Dispatcher.Base_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public PartyAddress(
	PartyIdentifier id,
	PostalAddress postalAddress,
	Guid ngDpConcactPoint,
	string partyAddressKey = "",
	string eMail = null,
	int? productionUnitNumber = null
)

Parameters

id  PartyIdentifier

[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,System.Nullable{System.Int32})"]

postalAddress  PostalAddress

[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,System.Nullable{System.Int32})"]

ngDpConcactPoint  Guid

[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,System.Nullable{System.Int32})"]

partyAddressKey  String  (Optional)

[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,System.Nullable{System.Int32})"]

eMail  String  (Optional)

[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,System.Nullable{System.Int32})"]

productionUnitNumber  NullableInt32  (Optional)

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

See Also