C# Класс ESRI.ArcGIS.Client.Toolkit.AttachmentEditor

Наследование: System.Windows.Controls.Control
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FeatureLayerProperty System.Windows.DependencyProperty
GraphicSourceProperty System.Windows.DependencyProperty
ItemTemplateProperty System.Windows.DependencyProperty

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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

Описание методов

OnApplyTemplate() публичный Метод

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
Результат void

Описание свойств

FeatureLayerProperty публичное статическое свойство

Identifies the FeatureLayer dependency property.
public static DependencyProperty,System.Windows FeatureLayerProperty
Результат System.Windows.DependencyProperty

GraphicSourceProperty публичное статическое свойство

Identifies the GraphicSource dependency property.
public static DependencyProperty,System.Windows GraphicSourceProperty
Результат System.Windows.DependencyProperty

ItemTemplateProperty публичное статическое свойство

Identifies the ItemTemplate dependency property.
public static DependencyProperty,System.Windows ItemTemplateProperty
Результат System.Windows.DependencyProperty