Ejemplo n.º 1
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <TemplatesDocument> LoadTemplatesDocumentAsync() => _sessionHelper.LoadForUpdateAsync <TemplatesDocument>();
Ejemplo n.º 2
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <AdminMenuList> LoadAdminMenuListAsync() => _sessionHelper.LoadForUpdateAsync <AdminMenuList>();
Ejemplo n.º 3
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <QueriesDocument> LoadDocumentAsync() => _sessionHelper.LoadForUpdateAsync <QueriesDocument>();
Ejemplo n.º 4
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 private Task <SitemapDocument> LoadDocumentAsync() => _sessionHelper.LoadForUpdateAsync <SitemapDocument>();
Ejemplo n.º 5
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <LayersDocument> LoadLayersAsync() => _sessionHelper.LoadForUpdateAsync <LayersDocument>();
Ejemplo n.º 6
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <RolesDocument> LoadRolesAsync() => _sessionHelper.LoadForUpdateAsync <RolesDocument>();
Ejemplo n.º 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>();
Ejemplo n.º 9
0
 /// <summary>
 /// Returns the document from the database to be updated.
 /// </summary>
 public Task <BackgroundTaskDocument> LoadDocumentAsync() => _sessionHelper.LoadForUpdateAsync <BackgroundTaskDocument>();