|
Vereinsmeisterschaften
22aa7800eae54b428d40e835886cefe1fdefdfdf
This is a software that can be used to manage the internal competition of the swimming club Illertissen called "Vereinsmeisterschaften".
|
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. | |
Configuration for document placeholders used in the UI.
Definition at line 8 of file DocumentPlaceholderViewConfig.cs.
|
getset |
Group for the placeholder.
Definition at line 13 of file DocumentPlaceholderViewConfig.cs.
|
getset |
Info text for the placeholder, providing additional context or instructions.
Definition at line 25 of file DocumentPlaceholderViewConfig.cs.
|
getset |
Indicates whether this placeholder is supported for the document type.
Definition at line 33 of file DocumentPlaceholderViewConfig.cs.
|
getset |
Indicates whether this placeholder is supported for table placeholders.
Definition at line 41 of file DocumentPlaceholderViewConfig.cs.
|
getset |
Indicates whether this placeholder is supported for text placeholders.
Definition at line 37 of file DocumentPlaceholderViewConfig.cs.
|
getset |
Key for the placeholder, used to identify it.
Definition at line 17 of file DocumentPlaceholderViewConfig.cs.
|
getset |
Name of the placeholder, displayed in the UI.
Definition at line 21 of file DocumentPlaceholderViewConfig.cs.
|
getset |
Placeholders that can be used in the document, formatted as a string.
Definition at line 29 of file DocumentPlaceholderViewConfig.cs.
|
getset |
Postfix numbers that can be used for the placeholder, formatted as a string.
Definition at line 45 of file DocumentPlaceholderViewConfig.cs.