Exemple #1
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <TemplatesDocument> LoadTemplatesDocumentAsync() => _sessionHelper.LoadForUpdateAsync <TemplatesDocument>();
Exemple #2
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <AdminMenuList> LoadAdminMenuListAsync() => _sessionHelper.LoadForUpdateAsync <AdminMenuList>();
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <QueriesDocument> LoadDocumentAsync() => _sessionHelper.LoadForUpdateAsync <QueriesDocument>();
Exemple #4
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 private Task <SitemapDocument> LoadDocumentAsync() => _sessionHelper.LoadForUpdateAsync <SitemapDocument>();
Exemple #5
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <LayersDocument> LoadLayersAsync() => _sessionHelper.LoadForUpdateAsync <LayersDocument>();
Exemple #6
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <RolesDocument> LoadRolesAsync() => _sessionHelper.LoadForUpdateAsync <RolesDocument>();
Exemple #7
0
 /// <summary>
 /// Loads a single document (or create a new one) for updating and that should not be cached.
 /// </summary>
 public Task <ContentDefinitionRecord> LoadContentDefinitionAsync()
 => _sessionHelper.LoadForUpdateAsync <ContentDefinitionRecord>();
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <ShortcodeTemplatesDocument> LoadShortcodeTemplatesDocumentAsync() => _sessionHelper.LoadForUpdateAsync <ShortcodeTemplatesDocument>();
Exemple #9
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <BackgroundTaskDocument> LoadDocumentAsync() => _sessionHelper.LoadForUpdateAsync <BackgroundTaskDocument>();