Class ResponseSummary
Inheritance
System.Object
ResponseSummary
Namespace: Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class ResponseSummary : Object, IExtensibleDataObject, INotifyPropertyChanged
Constructors
ResponseSummary()
Declaration
public ResponseSummary()
Properties
AuthenticationResultCode
Declaration
public AuthenticationResultCode AuthenticationResultCode { get; set; }
Property Value
AuthenticationResultCode
|
Copyright
Declaration
public string Copyright { get; set; }
Property Value
System.String
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
FaultReason
Declaration
public string FaultReason { get; set; }
Property Value
System.String
|
StatusCode
TraceId
Declaration
public string TraceId { get; set; }
Property Value
System.String
|
Methods
RaisePropertyChanged(String)
Declaration
protected void RaisePropertyChanged(string propertyName)
Parameters
System.String
propertyName
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|