Interaktionslogik für CreateDocumentUserControl.xaml.
More...
|
| static readonly DependencyProperty | CreateDocumentCommandProperty = DependencyProperty.Register(nameof(CreateDocumentCommand), typeof(ICommand), typeof(CreateDocumentUserControl)) |
| |
| static readonly DependencyProperty | CreationStatusProperty = DependencyProperty.Register(nameof(CreationStatus), typeof(DocumentCreationStatus), typeof(CreateDocumentUserControl)) |
| |
| static readonly DependencyProperty | CreationConfigProperty = DependencyProperty.Register(nameof(CreationConfig), typeof(DocumentCreationConfig), typeof(CreateDocumentUserControl)) |
| |
| static readonly DependencyProperty | ButtonTextProperty = DependencyProperty.Register(nameof(ButtonText), typeof(string), typeof(CreateDocumentUserControl)) |
| |
| static readonly DependencyProperty | IconGlyphProperty = DependencyProperty.Register(nameof(ButtonIconGlyph), typeof(string), typeof(CreateDocumentUserControl)) |
| |
| static readonly DependencyProperty | SuccessTextProperty = DependencyProperty.Register(nameof(SuccessText), typeof(string), typeof(CreateDocumentUserControl)) |
| |
| static readonly DependencyProperty | NumberCreatedDocumentsProperty = DependencyProperty.Register(nameof(NumberCreatedDocuments), typeof(int), typeof(CreateDocumentUserControl)) |
| |
| static readonly DependencyProperty | FilterParameterEditorTemplateSelectorProperty = DependencyProperty.Register(nameof(FilterParameterEditorTemplateSelector), typeof(DataTemplateSelector), typeof(CreateDocumentUserControl), new PropertyMetadata(null)) |
| |
Interaktionslogik für CreateDocumentUserControl.xaml.
Definition at line 12 of file CreateDocumentUserControl.xaml.cs.
◆ CreateDocumentUserControl()
| Vereinsmeisterschaften.Views.CreateDocumentUserControl.CreateDocumentUserControl |
( |
| ) |
|
◆ btn_openDocument_Click()
| void Vereinsmeisterschaften.Views.CreateDocumentUserControl.btn_openDocument_Click |
( |
object | sender, |
|
|
RoutedEventArgs | e ) |
|
private |
◆ ButtonTextProperty
| readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.ButtonTextProperty = DependencyProperty.Register(nameof(ButtonText), typeof(string), typeof(CreateDocumentUserControl)) |
|
static |
◆ CreateDocumentCommandProperty
◆ CreationConfigProperty
◆ CreationStatusProperty
◆ FilterParameterEditorTemplateSelectorProperty
◆ IconGlyphProperty
| readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.IconGlyphProperty = DependencyProperty.Register(nameof(ButtonIconGlyph), typeof(string), typeof(CreateDocumentUserControl)) |
|
static |
◆ NumberCreatedDocumentsProperty
◆ SuccessTextProperty
| readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.SuccessTextProperty = DependencyProperty.Register(nameof(SuccessText), typeof(string), typeof(CreateDocumentUserControl)) |
|
static |
◆ ButtonIconGlyph
| string Vereinsmeisterschaften.Views.CreateDocumentUserControl.ButtonIconGlyph |
|
getset |
◆ ButtonText
| string Vereinsmeisterschaften.Views.CreateDocumentUserControl.ButtonText |
|
getset |
◆ CreateDocumentCommand
| ICommand Vereinsmeisterschaften.Views.CreateDocumentUserControl.CreateDocumentCommand |
|
getset |
◆ CreationConfig
◆ CreationStatus
◆ FilterParameterEditorTemplateSelector
| DataTemplateSelector Vereinsmeisterschaften.Views.CreateDocumentUserControl.FilterParameterEditorTemplateSelector |
|
getset |
◆ NumberCreatedDocuments
| int Vereinsmeisterschaften.Views.CreateDocumentUserControl.NumberCreatedDocuments |
|
getset |
◆ SuccessText
| string Vereinsmeisterschaften.Views.CreateDocumentUserControl.SuccessText |
|
getset |
The documentation for this class was generated from the following file: