Class
RangeOfint

Definition

Namespace:Telerik.Windows.Controls.Map.VEWPFImageryService

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

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

Inheritance: objectRangeOfint

Implements: IExtensibleDataObjectINotifyPropertyChanged

Constructors

RangeOfint()

Declaration

cs-api-definition
public RangeOfint()

Properties

ExtensionData

Declaration

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

Property Value

ExtensionDataObject

Implements IExtensibleDataObject.ExtensionData

From

Declaration

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

Property Value

int

To

Declaration

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

Property Value

int

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