Class GeoMatchAddressRequestType
Inheritance
System.Object
GeoMatchAddressRequestType
Implements
System.ComponentModel.INotifyPropertyChanged
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Simplic.Telematic.FleetBoard.dll
Syntax
[Serializable]
public class GeoMatchAddressRequestType : INotifyPropertyChanged
Properties
|
Improve this Doc
View Source
Country
Declaration
public string Country { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
County
Declaration
public string County { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
District
Declaration
public string District { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
HouseNo
Declaration
public string HouseNo { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Locality
Declaration
public string Locality { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
MaxAlternatives
Declaration
public string MaxAlternatives { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PCode
Declaration
public string PCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Region
Declaration
public string Region { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RequestID
Declaration
public string RequestID { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
sessionid
Declaration
public string sessionid { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Street
Declaration
public string Street { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
Type |
Name |
Description |
System.String |
propertyName |
|
Events
|
Improve this Doc
View Source
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type |
Description |
System.ComponentModel.PropertyChangedEventHandler |
|
Implements
System.ComponentModel.INotifyPropertyChanged