C# Class ESRI.ArcGIS.Client.Toolkit.TemplatePicker

Inheritance: System.Windows.Controls.Control
显示文件 Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Public Properties

Property Type Description
AlwaysDisplayDefaultTemplatesProperty System.Windows.DependencyProperty
AutoCompleteProperty System.Windows.DependencyProperty
AutoSelectProperty System.Windows.DependencyProperty
ContinuousProperty System.Windows.DependencyProperty
DrawFillSymbolProperty System.Windows.DependencyProperty
DrawLineSymbolProperty System.Windows.DependencyProperty
FreehandProperty System.Windows.DependencyProperty
GeometryServiceClientCertificateProperty System.Windows.DependencyProperty
GeometryServiceCredentialsProperty System.Windows.DependencyProperty
GeometryServiceTokenProperty System.Windows.DependencyProperty
GeometryServiceUrlProperty System.Windows.DependencyProperty
ItemTemplateProperty System.Windows.DependencyProperty
LayerIDsProperty System.Windows.DependencyProperty
MapProperty System.Windows.DependencyProperty
ProxyUrlProperty System.Windows.DependencyProperty
ShowAttributesOnAddProperty System.Windows.DependencyProperty
SnapDistanceSymbolProperty System.Windows.DependencyProperty
TemplateGroupsProperty System.Windows.DependencyProperty
TemplatesProperty System.Windows.DependencyProperty
VertexSymbolProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
AttachLayerEventHandler void
AttachLayerEventHandler void
AttachMapLayerCollection void
DetachLayerEventHandler void
DetachLayerEventHandler void
DetachMapLayerCollection void
Editor_EditCompleted void
Editor_EditorActivated void
GetFeatureLayerWithID FeatureLayer
GetLayers IEnumerable
GetSymbolTemplate SymbolTemplate
GetTemplates IEnumerable
IsTemplatable bool
Layer_Initialized void
Layer_PropertyChanged void
Layers_CollectionChanged void
MapView_LayersInitialized void
Map_PropertyChanged void
OnAutoCompletePropertyChanged void
OnAutoSelectPropertyChanged void
OnContinuousPropertyChanged void
OnCredentialsPropertyChanged void
OnDrawFillSymbolChanged void
OnDrawLineSymbolChanged void
OnEditCompleted void
OnEditorActivated void
OnFreehandPropertyChanged void
OnGeometryServiceClientCertificatePropertyChanged void
OnGeometryServiceTokenPropertyChanged void
OnLayerIDsPropertyChanged void
OnMapPropertyChanged void
OnSnapDistanceSymbolPropertyChanged void
OnTemplateGroupsPropertyChanged void
OnVertexSymbolPropertyChanged void
Renderer_LegendChanged void
ShowAttributeForm void
TemplatePicker System
setTemplates void

Public Methods

Method Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.

Private Methods

Method Description
AttachLayerEventHandler ( FeatureLayer layer, bool hookToInitialized ) : void
AttachLayerEventHandler ( IEnumerable layers, bool hookToInitialized = false ) : void
AttachMapLayerCollection ( LayerCollection layers ) : void
DetachLayerEventHandler ( FeatureLayer layer ) : void
DetachLayerEventHandler ( IEnumerable layers ) : void
DetachMapLayerCollection ( LayerCollection layers ) : void
Editor_EditCompleted ( object sender, Editor e ) : void
Editor_EditorActivated ( object sender, Editor e ) : void
GetFeatureLayerWithID ( string layerID, LayerCollection layers ) : FeatureLayer
GetLayers ( IEnumerable ids, LayerCollection layers ) : IEnumerable
GetSymbolTemplate ( Editor editor, Symbol symbol, object featureTypeID, FeatureTemplate template, string displayName, string description ) : SymbolTemplate
GetTemplates ( IEnumerable groups ) : IEnumerable
IsTemplatable ( FeatureLayer featureLayer ) : bool
Layer_Initialized ( object sender, EventArgs e ) : void
Layer_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Layers_CollectionChanged ( object sender, System e ) : void
MapView_LayersInitialized ( object sender, EventArgs e ) : void
Map_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
OnAutoCompletePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnAutoSelectPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnContinuousPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnCredentialsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnDrawFillSymbolChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnDrawLineSymbolChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnEditCompleted ( ESRI args ) : void
OnEditorActivated ( ESRI args ) : void
OnFreehandPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnGeometryServiceClientCertificatePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnGeometryServiceTokenPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnLayerIDsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMapPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSnapDistanceSymbolPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnTemplateGroupsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnVertexSymbolPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
Renderer_LegendChanged ( object sender, EventArgs e ) : void
ShowAttributeForm ( FeatureLayer featureLayer, Graphic graphic ) : void
TemplatePicker ( ) : System

Static initialization for the TemplatePicker control.

setTemplates ( ) : void

Method Details

OnApplyTemplate() public method

When overridden in a derived class, is invoked whenever application code or internal processes call M:System.Windows.FrameworkElement.ApplyTemplate.
public OnApplyTemplate ( ) : void
return void

Property Details

AlwaysDisplayDefaultTemplatesProperty public_oe static_oe property

Identifies the AlwaysDisplayDefaultTemplates dependency property.
public static DependencyProperty,System.Windows AlwaysDisplayDefaultTemplatesProperty
return System.Windows.DependencyProperty

AutoCompleteProperty public_oe static_oe property

Identifies the AutoComplete dependency property.
public static DependencyProperty,System.Windows AutoCompleteProperty
return System.Windows.DependencyProperty

AutoSelectProperty public_oe static_oe property

Identifies the AutoSelect dependency property.
public static DependencyProperty,System.Windows AutoSelectProperty
return System.Windows.DependencyProperty

ContinuousProperty public_oe static_oe property

Identifies the Continuous dependency property.
public static DependencyProperty,System.Windows ContinuousProperty
return System.Windows.DependencyProperty

DrawFillSymbolProperty public_oe static_oe property

Identifies the DrawFillSymbol dependency property.
public static DependencyProperty,System.Windows DrawFillSymbolProperty
return System.Windows.DependencyProperty

DrawLineSymbolProperty public_oe static_oe property

Identifies the DrawLineSymbol dependency property.
public static DependencyProperty,System.Windows DrawLineSymbolProperty
return System.Windows.DependencyProperty

FreehandProperty public_oe static_oe property

Identifies the Freehand dependency property.
public static DependencyProperty,System.Windows FreehandProperty
return System.Windows.DependencyProperty

GeometryServiceClientCertificateProperty public_oe static_oe property

Identifies the GeometryServiceClientCertificate dependency property.
public static DependencyProperty,System.Windows GeometryServiceClientCertificateProperty
return System.Windows.DependencyProperty

GeometryServiceCredentialsProperty public_oe static_oe property

Identifies the GeometryServiceCredentialsProperty dependency property.
public static DependencyProperty,System.Windows GeometryServiceCredentialsProperty
return System.Windows.DependencyProperty

GeometryServiceTokenProperty public_oe static_oe property

Identifies the GeometryServiceToken dependency property.
public static DependencyProperty,System.Windows GeometryServiceTokenProperty
return System.Windows.DependencyProperty

GeometryServiceUrlProperty public_oe static_oe property

Identifies the GeometryServiceUrl dependency property.
public static DependencyProperty,System.Windows GeometryServiceUrlProperty
return System.Windows.DependencyProperty

ItemTemplateProperty public_oe static_oe property

Identifies the ItemTemplate dependency property.
public static DependencyProperty,System.Windows ItemTemplateProperty
return System.Windows.DependencyProperty

LayerIDsProperty public_oe static_oe property

Identifies the LayerIDs dependency property.
public static DependencyProperty,System.Windows LayerIDsProperty
return System.Windows.DependencyProperty

MapProperty public_oe static_oe property

Identifies the Map dependency property.
public static DependencyProperty,System.Windows MapProperty
return System.Windows.DependencyProperty

ProxyUrlProperty public_oe static_oe property

Identifies the ProxyUrl dependency property.
public static DependencyProperty,System.Windows ProxyUrlProperty
return System.Windows.DependencyProperty

ShowAttributesOnAddProperty public_oe static_oe property

Identifies the ShowAttributesOnAdd dependency property.
public static DependencyProperty,System.Windows ShowAttributesOnAddProperty
return System.Windows.DependencyProperty

SnapDistanceSymbolProperty public_oe static_oe property

Identifies the SnapDistanceSymbol dependency property.
public static DependencyProperty,System.Windows SnapDistanceSymbolProperty
return System.Windows.DependencyProperty

TemplateGroupsProperty public_oe static_oe property

Identifies the TemplateGroups dependency property.
public static DependencyProperty,System.Windows TemplateGroupsProperty
return System.Windows.DependencyProperty

TemplatesProperty public_oe static_oe property

Identifies the Templates dependency property.
public static DependencyProperty,System.Windows TemplatesProperty
return System.Windows.DependencyProperty

VertexSymbolProperty public_oe static_oe property

Identifies the VertexSymbol dependency property.
public static DependencyProperty,System.Windows VertexSymbolProperty
return System.Windows.DependencyProperty