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
DocumentPlaceholderViewConfig.cs
2
4{
9 {
13 public string Group { get; set; }
17 public string Key { get; set; }
21 public string Name { get; set; }
25 public string Info { get; set; }
29 public string Placeholders { get; set; }
33 public Dictionary<DocumentCreationTypes, bool> IsSupportedForDocumentType { get; set; }
37 public Dictionary<DocumentCreationTypes, bool> IsSupportedForTextPlaceholders { get; set; }
41 public Dictionary<DocumentCreationTypes, bool> IsSupportedForTablePlaceholders { get; set; }
45 public Dictionary<DocumentCreationTypes, string> PostfixNumbersSupportedForDocumentType { get; set; }
46 }
47}
Configuration for document placeholders used in the UI.
Dictionary< DocumentCreationTypes, bool > IsSupportedForTablePlaceholders
Indicates whether this placeholder is supported for table placeholders.
Dictionary< DocumentCreationTypes, bool > IsSupportedForDocumentType
Indicates whether this placeholder is supported for the document type.
Dictionary< DocumentCreationTypes, string > PostfixNumbersSupportedForDocumentType
Postfix numbers that can be used for the placeholder, formatted as a string.
string Placeholders
Placeholders that can be used in the document, formatted as a string.
string Info
Info text for the placeholder, providing additional context or instructions.
Dictionary< DocumentCreationTypes, bool > IsSupportedForTextPlaceholders
Indicates whether this placeholder is supported for text placeholders.