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.ViewModels.DocumentPlaceholderViewConfig Class Reference

Configuration for document placeholders used in the UI. More...

Properties

string Group [get, set]
 Group for the placeholder.
 
string Key [get, set]
 Key for the placeholder, used to identify it.
 
string Name [get, set]
 Name of the placeholder, displayed in the UI.
 
string Info [get, set]
 Info text for the placeholder, providing additional context or instructions.
 
string Placeholders [get, set]
 Placeholders that can be used in the document, formatted as a string.
 
Dictionary< DocumentCreationTypes, bool > IsSupportedForDocumentType [get, set]
 Indicates whether this placeholder is supported for the document type.
 
Dictionary< DocumentCreationTypes, bool > IsSupportedForTextPlaceholders [get, set]
 Indicates whether this placeholder is supported for text placeholders.
 
Dictionary< DocumentCreationTypes, bool > IsSupportedForTablePlaceholders [get, set]
 Indicates whether this placeholder is supported for table placeholders.
 
Dictionary< DocumentCreationTypes, string > PostfixNumbersSupportedForDocumentType [get, set]
 Postfix numbers that can be used for the placeholder, formatted as a string.
 

Detailed Description

Configuration for document placeholders used in the UI.

Definition at line 8 of file DocumentPlaceholderViewConfig.cs.

Property Documentation

◆ Group

string Vereinsmeisterschaften.ViewModels.DocumentPlaceholderViewConfig.Group
getset

Group for the placeholder.

Definition at line 13 of file DocumentPlaceholderViewConfig.cs.

◆ Info

string Vereinsmeisterschaften.ViewModels.DocumentPlaceholderViewConfig.Info
getset

Info text for the placeholder, providing additional context or instructions.

Definition at line 25 of file DocumentPlaceholderViewConfig.cs.

◆ IsSupportedForDocumentType

Dictionary<DocumentCreationTypes, bool> Vereinsmeisterschaften.ViewModels.DocumentPlaceholderViewConfig.IsSupportedForDocumentType
getset

Indicates whether this placeholder is supported for the document type.

Definition at line 33 of file DocumentPlaceholderViewConfig.cs.

◆ IsSupportedForTablePlaceholders

Dictionary<DocumentCreationTypes, bool> Vereinsmeisterschaften.ViewModels.DocumentPlaceholderViewConfig.IsSupportedForTablePlaceholders
getset

Indicates whether this placeholder is supported for table placeholders.

Definition at line 41 of file DocumentPlaceholderViewConfig.cs.

◆ IsSupportedForTextPlaceholders

Dictionary<DocumentCreationTypes, bool> Vereinsmeisterschaften.ViewModels.DocumentPlaceholderViewConfig.IsSupportedForTextPlaceholders
getset

Indicates whether this placeholder is supported for text placeholders.

Definition at line 37 of file DocumentPlaceholderViewConfig.cs.

◆ Key

string Vereinsmeisterschaften.ViewModels.DocumentPlaceholderViewConfig.Key
getset

Key for the placeholder, used to identify it.

Definition at line 17 of file DocumentPlaceholderViewConfig.cs.

◆ Name

string Vereinsmeisterschaften.ViewModels.DocumentPlaceholderViewConfig.Name
getset

Name of the placeholder, displayed in the UI.

Definition at line 21 of file DocumentPlaceholderViewConfig.cs.

◆ Placeholders

string Vereinsmeisterschaften.ViewModels.DocumentPlaceholderViewConfig.Placeholders
getset

Placeholders that can be used in the document, formatted as a string.

Definition at line 29 of file DocumentPlaceholderViewConfig.cs.

◆ PostfixNumbersSupportedForDocumentType

Dictionary<DocumentCreationTypes, string> Vereinsmeisterschaften.ViewModels.DocumentPlaceholderViewConfig.PostfixNumbersSupportedForDocumentType
getset

Postfix numbers that can be used for the placeholder, formatted as a string.

Definition at line 45 of file DocumentPlaceholderViewConfig.cs.


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