Class Credentials
Inheritance
System.Object
Credentials
Namespace: Telerik.Windows.Controls.Map.VEWPFImageryService
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class Credentials : Object, IExtensibleDataObject, INotifyPropertyChanged
Constructors
Credentials()
Declaration
public Credentials()
Properties
ApplicationId
Declaration
public string ApplicationId { get; set; }
Property Value
System.String
|
ExtensionData
Declaration
public ExtensionDataObject ExtensionData { get; set; }
Property Value
System.Runtime.Serialization.ExtensionDataObject
|
Token
Declaration
public string Token { 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
|