Class
ResponseBase

Definition

Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
[DataContract(Name = "ResponseBase", Namespace = "http://dev.virtualearth.net/webservices/v1/common")]
[KnownType(typeof(MapUriResponse))]
[KnownType(typeof(ImageryMetadataResponse))]
public class ResponseBase : IExtensibleDataObject, INotifyPropertyChanged

Inheritance: objectResponseBase

Derived Classes: ImageryMetadataResponseMapUriResponse

Implements: IExtensibleDataObjectINotifyPropertyChanged

Constructors

ResponseBase()

Declaration

cs-api-definition
public ResponseBase()

Properties

BrandLogoUri

Declaration

cs-api-definition
[DataMember]
public Uri BrandLogoUri { get; set; }

Property Value

Uri

ExtensionData

Declaration

cs-api-definition
[Browsable(false)]
public ExtensionDataObject ExtensionData { get; set; }

Property Value

ExtensionDataObject

Implements IExtensibleDataObject.ExtensionData

ResponseSummary

Declaration

cs-api-definition
[DataMember]
public ResponseSummary ResponseSummary { get; set; }

Property Value

ResponseSummary

Methods

RaisePropertyChanged(string)

Declaration

cs-api-definition
protected void RaisePropertyChanged(string propertyName)

Parameters

propertyName

string

Events

PropertyChanged

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged