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

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: Esri/arcgis-toolkit-sl-wpf Class Usage Examples

Méthodes publiques

Свойство Type Description
FeatureLayerProperty System.Windows.DependencyProperty
GraphicSourceProperty System.Windows.DependencyProperty
ItemTemplateProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.

Private Methods

Méthode Description
AddFiles ( string oid, IEnumerable fileInfos ) : void
AddNewButton_Click ( object sender, RoutedEventArgs e ) : void
AttachmentEditor ( ) : Microsoft.Win32
AttachmentEditor_DragOver ( object sender, System.Windows.DragEventArgs e ) : void
AttachmentEditor_Drop ( object sender, System.Windows.DragEventArgs e ) : void
CheckGraphicParent ( ) : bool
FeatureLayer_Initialized ( object sender, EventArgs e ) : void
GetFileInfos ( string fileNames ) : IEnumerable
GetGraphicSourceOIdValue ( ) : string
LoadAttachments ( ) : void
OnBeginUpload ( BeginUploadEventArgs e ) : void
OnEndUpload ( EventArgs e ) : void
OnFeatureLayerPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnGraphicSourcePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnUploadFailed ( UploadFailedEventArgs e ) : void
PopulateAttachmentList ( IEnumerable attachmentInfoCollection ) : void
UpdateStates ( ) : void

Method Details

OnApplyTemplate() public méthode

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call M:System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks.
public OnApplyTemplate ( ) : void
Résultat void

Property Details

FeatureLayerProperty public_oe static_oe property

Identifies the FeatureLayer dependency property.
public static DependencyProperty,System.Windows FeatureLayerProperty
Résultat System.Windows.DependencyProperty

GraphicSourceProperty public_oe static_oe property

Identifies the GraphicSource dependency property.
public static DependencyProperty,System.Windows GraphicSourceProperty
Résultat System.Windows.DependencyProperty

ItemTemplateProperty public_oe static_oe property

Identifies the ItemTemplate dependency property.
public static DependencyProperty,System.Windows ItemTemplateProperty
Résultat System.Windows.DependencyProperty