public PartyAddress(
PartyIdentifier id,
PostalAddress postalAddress,
Guid ngDpConcactPoint,
string partyAddressKey = "",
string eMail = null,
int? productionUnitNumber = null
)
Public Sub New (
id As PartyIdentifier,
postalAddress As PostalAddress,
ngDpConcactPoint As Guid,
Optional partyAddressKey As String = "",
Optional eMail As String = Nothing,
Optional productionUnitNumber As Integer? = Nothing
)
public:
PartyAddress(
PartyIdentifier^ id,
PostalAddress^ postalAddress,
Guid ngDpConcactPoint,
String^ partyAddressKey = L"",
String^ eMail = nullptr,
Nullable<int> productionUnitNumber = nullptr
)
new :
id : PartyIdentifier *
postalAddress : PostalAddress *
ngDpConcactPoint : Guid *
?partyAddressKey : string *
?eMail : string *
?productionUnitNumber : Nullable<int>
(* Defaults:
let _partyAddressKey = defaultArg partyAddressKey ""
let _eMail = defaultArg eMail null
let _productionUnitNumber = defaultArg productionUnitNumber null
*)
-> PartyAddress
[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})"]
[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})"]
[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})"]
[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})"]
[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})"]
[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})"]