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