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