Click or drag to resize

Request Constructor

Initializes a new instance of the Request class.

Namespace:  Autoaddress.Autoaddress2_0.Model.MapId
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
public Request(
	Nullable<int> ecadId = null,
	string geoDirectoryId = null,
	string geoDirectoryVersion = null,
	string txn = null
)

Parameters

ecadId (Optional)
Type: SystemNullableInt32
The ECAD ID to get the GeoDirectory ID for.
geoDirectoryId (Optional)
Type: SystemString
The GeoDirectory ID to get the ECAD ID for.
geoDirectoryVersion (Optional)
Type: SystemString
The GeoDirectory version.
txn (Optional)
Type: SystemString
Transaction. If null then automatically assigned a value in associated response.
See Also