Vereinsmeisterschaften  22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
Loading...
Searching...
No Matches
Vereinsmeisterschaften.Views.CreateDocumentUserControl Class Reference

Interaktionslogik für CreateDocumentUserControl.xaml. More...

Inheritance diagram for Vereinsmeisterschaften.Views.CreateDocumentUserControl:

Static Public Attributes

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))
 

Properties

ICommand CreateDocumentCommand [get, set]
 Command to create a document.
 
DocumentCreationStatus CreationStatus [get, set]
 DocumentCreationStatus used for the document creation.
 
DocumentCreationConfig CreationConfig [get, set]
 DocumentCreationConfig used for the document creation.
 
string ButtonText [get, set]
 Text to display on the button that triggers document creation.
 
string ButtonIconGlyph [get, set]
 Glyph for the button icon, typically a font icon glyph.
 
string SuccessText [get, set]
 Text to display when the document creation is successful.
 
int NumberCreatedDocuments [get, set]
 Number of created documents.
 
DataTemplateSelector FilterParameterEditorTemplateSelector [get, set]
 DataTemplateSelector used to decide which DataTemplate is used to edit the ItemFilterParameter
 

Private Member Functions

void btn_openDocument_Click (object sender, RoutedEventArgs e)
 

Detailed Description

Interaktionslogik für CreateDocumentUserControl.xaml.

Definition at line 12 of file CreateDocumentUserControl.xaml.cs.

Constructor & Destructor Documentation

◆ CreateDocumentUserControl()

Vereinsmeisterschaften.Views.CreateDocumentUserControl.CreateDocumentUserControl ( )

Definition at line 14 of file CreateDocumentUserControl.xaml.cs.

Member Function Documentation

◆ btn_openDocument_Click()

void Vereinsmeisterschaften.Views.CreateDocumentUserControl.btn_openDocument_Click ( object sender,
RoutedEventArgs e )
private

Definition at line 101 of file CreateDocumentUserControl.xaml.cs.

Member Data Documentation

◆ ButtonTextProperty

readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.ButtonTextProperty = DependencyProperty.Register(nameof(ButtonText), typeof(string), typeof(CreateDocumentUserControl))
static

Definition at line 57 of file CreateDocumentUserControl.xaml.cs.

◆ CreateDocumentCommandProperty

readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.CreateDocumentCommandProperty = DependencyProperty.Register(nameof(CreateDocumentCommand), typeof(ICommand), typeof(CreateDocumentUserControl))
static

Definition at line 27 of file CreateDocumentUserControl.xaml.cs.

◆ CreationConfigProperty

readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.CreationConfigProperty = DependencyProperty.Register(nameof(CreationConfig), typeof(DocumentCreationConfig), typeof(CreateDocumentUserControl))
static

Definition at line 47 of file CreateDocumentUserControl.xaml.cs.

◆ CreationStatusProperty

readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.CreationStatusProperty = DependencyProperty.Register(nameof(CreationStatus), typeof(DocumentCreationStatus), typeof(CreateDocumentUserControl))
static

Definition at line 37 of file CreateDocumentUserControl.xaml.cs.

◆ FilterParameterEditorTemplateSelectorProperty

readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.FilterParameterEditorTemplateSelectorProperty = DependencyProperty.Register(nameof(FilterParameterEditorTemplateSelector), typeof(DataTemplateSelector), typeof(CreateDocumentUserControl), new PropertyMetadata(null))
static

Definition at line 98 of file CreateDocumentUserControl.xaml.cs.

◆ IconGlyphProperty

readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.IconGlyphProperty = DependencyProperty.Register(nameof(ButtonIconGlyph), typeof(string), typeof(CreateDocumentUserControl))
static

Definition at line 67 of file CreateDocumentUserControl.xaml.cs.

◆ NumberCreatedDocumentsProperty

readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.NumberCreatedDocumentsProperty = DependencyProperty.Register(nameof(NumberCreatedDocuments), typeof(int), typeof(CreateDocumentUserControl))
static

Definition at line 88 of file CreateDocumentUserControl.xaml.cs.

◆ SuccessTextProperty

readonly DependencyProperty Vereinsmeisterschaften.Views.CreateDocumentUserControl.SuccessTextProperty = DependencyProperty.Register(nameof(SuccessText), typeof(string), typeof(CreateDocumentUserControl))
static

Definition at line 77 of file CreateDocumentUserControl.xaml.cs.

Property Documentation

◆ ButtonIconGlyph

string Vereinsmeisterschaften.Views.CreateDocumentUserControl.ButtonIconGlyph
getset

Glyph for the button icon, typically a font icon glyph.

Definition at line 62 of file CreateDocumentUserControl.xaml.cs.

◆ ButtonText

string Vereinsmeisterschaften.Views.CreateDocumentUserControl.ButtonText
getset

Text to display on the button that triggers document creation.

Definition at line 52 of file CreateDocumentUserControl.xaml.cs.

◆ CreateDocumentCommand

ICommand Vereinsmeisterschaften.Views.CreateDocumentUserControl.CreateDocumentCommand
getset

Command to create a document.

The type of document is defined by the DocumentType property.

Definition at line 22 of file CreateDocumentUserControl.xaml.cs.

◆ CreationConfig

DocumentCreationConfig Vereinsmeisterschaften.Views.CreateDocumentUserControl.CreationConfig
getset

DocumentCreationConfig used for the document creation.

Definition at line 42 of file CreateDocumentUserControl.xaml.cs.

◆ CreationStatus

DocumentCreationStatus Vereinsmeisterschaften.Views.CreateDocumentUserControl.CreationStatus
getset

DocumentCreationStatus used for the document creation.

Definition at line 32 of file CreateDocumentUserControl.xaml.cs.

◆ FilterParameterEditorTemplateSelector

DataTemplateSelector Vereinsmeisterschaften.Views.CreateDocumentUserControl.FilterParameterEditorTemplateSelector
getset

DataTemplateSelector used to decide which DataTemplate is used to edit the ItemFilterParameter

Definition at line 93 of file CreateDocumentUserControl.xaml.cs.

◆ NumberCreatedDocuments

int Vereinsmeisterschaften.Views.CreateDocumentUserControl.NumberCreatedDocuments
getset

Number of created documents.

Use -1 to hide the number of created documents text.

Definition at line 83 of file CreateDocumentUserControl.xaml.cs.

◆ SuccessText

string Vereinsmeisterschaften.Views.CreateDocumentUserControl.SuccessText
getset

Text to display when the document creation is successful.

Definition at line 72 of file CreateDocumentUserControl.xaml.cs.


The documentation for this class was generated from the following file: