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

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

Public Properties

Property Type Description
FeatureLayerProperty System.Windows.DependencyProperty
GraphicSourceProperty System.Windows.DependencyProperty
ItemTemplateProperty System.Windows.DependencyProperty

Public Methods

Method 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

Method 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 method

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
return void

Property Details

FeatureLayerProperty public_oe static_oe property

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

GraphicSourceProperty public_oe static_oe property

Identifies the GraphicSource dependency property.
public static DependencyProperty,System.Windows GraphicSourceProperty
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