Class AsyncReaderSource
The class represents a source for reading of multiple shape-files.
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()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class AsyncReaderSource : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
AsyncReaderSource()
Declaration
public AsyncReaderSource()
Fields
DataSourceProperty
SourceProperty
Properties
DataSource
Gets or sets the uri of the data-file (dbf).
Declaration
public Uri DataSource { get; set; }
Property Value
System.Uri
|
Source
Gets or sets the uri of geospatial file.
Declaration
public Uri Source { get; set; }
Property Value
System.Uri
|