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
IDocumentPlaceholderResolver.cs
2
4{
9 public interface IDocumentPlaceholderResolver<T>
10 {
17
24
28 List<string> SupportedPlaceholderKeys { get; }
29
33 List<int> PostfixNumbersSupported { get; }
34 }
35}
Class to hold table placeholders and their list of values.
DocXPlaceholderHelper.TextPlaceholders ResolveTextPlaceholders(T item)
Take the item and create DocXPlaceholderHelper.TextPlaceholders.
List< string > SupportedPlaceholderKeys
List of all placeholder keys that are supported by this resolver.
DocXPlaceholderHelper.TablePlaceholders ResolveTablePlaceholders(IEnumerable< T > items)
Take the list of items and create DocXPlaceholderHelper.TablePlaceholders.
List< int > PostfixNumbersSupported
List of all postfix numbers that are supported by this resolver.