CustomerData MembersNavigator Web Services Developer Documentation
The CustomerData type exposes the following members.
Constructors

  NameDescription
Public methodCustomerData
Initializes a new instance of the CustomerData class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Properties

  NameDescription
Public propertyaddress
Customer's address
Public propertyemailAddress
Customer's email address
Public propertyerrMsg
Any error message generated by the handshake
Public propertyforename
Customer's firstname
Public propertyhomeTelephone
Customer's telephone number Home/Business
Public propertyid
Internal Navigator reference
Public propertyisPrivate
Flag to indicate Personal/Business
Public propertyisSuccess
Value that indicates the call was successful for given Customer ID
Public propertymobileNumber
Customer's mobile phone number
Public propertypostCode
Customer's Post Code
Public propertysurname
Customer's family/last name
Public propertytitle
Salutation/Title
Public propertyvehicleCode
Customers' vehicle model code retrieved from Navigator system
Public propertyvehicleDerivative
Customers' vehicle model retrieved from Navigator system
Public propertyvehicleDoorPlan
Customers' vehicle door plan from Navigator system
Public propertyvehicleEngineSize
Customers' vehicle engine size retrieved from Navigator system
Public propertyvehicleEngineType
Customers' vehicle engine type retrieved from Navigator system
Public propertyvehicleMake
Customers' vehicle make retrieved from Navigator system
Public propertyvehicleModel
Customers' vehicle model retrieved from Navigator system
Public propertyvehicleTransmission
Customers' vehicle transmission from Navigator system
Public propertyvehicleVrm
Customer's vehicle registration number
Back to Top
See Also