15 private readonly IEnumerable<IAnalyticsModule> _analyticsModules;
25 _analyticsModules = analyticsModules;
51 return _analyticsModules.ToArray();
override bool CreateMultiplePages
This always returns false
override DocumentCreationTypes DocumentType
Gets the type of document this strategy creates.
DocumentStrategyAnalytics(IEnumerable< IAnalyticsModule > analyticsModules, IWorkspaceService workspaceService, IServiceProvider serviceProvider)
Constructor for the document strategy for an overview list.
override IAnalyticsModule[] GetItems()
Return a list of all IAnalyticsModule items.
override string TemplatePath
Gets the path to the template used for creating the document.
override bool SupportTablePlaceholders
Indicating if DocXPlaceholderHelper.TablePlaceholders are supported.If CreateMultiplePages is false,...
override bool SupportTextPlaceholders
Indicating if DocXPlaceholderHelper.TextPlaceholders are supported.If CreateMultiplePages is true,...
DocumentStrategyBase(IWorkspaceService workspaceService, IServiceProvider serviceProvider)
Constructor for the document strategy base class.
Service used to create documents like certificates or start lists.
static string GetDocumentPathAbsolute(string documentCreationSettingKey, IWorkspaceService workspaceService)
Get the absolute path for the requested document creation setting.
Class holding all workspace settings.
Interface for an analytics module.
Interface for a service used to manage a workspace.
DocumentCreationTypes
Different types of documents that can be created.