Show / Hide Table of Contents

Interface ICmsKitDbContext

Inherited Members
IEfCoreDbContext.Attach<TEntity>(TEntity)
IEfCoreDbContext.Attach(object)
IEfCoreDbContext.SaveChanges()
IEfCoreDbContext.SaveChanges(bool)
IEfCoreDbContext.SaveChangesAsync(bool, CancellationToken)
IEfCoreDbContext.SaveChangesAsync(CancellationToken)
IEfCoreDbContext.SaveChangesOnDbContextAsync(bool, CancellationToken)
IEfCoreDbContext.Set<T>()
IEfCoreDbContext.Add(object)
IEfCoreDbContext.Add<TEntity>(TEntity)
IEfCoreDbContext.AddAsync(object, CancellationToken)
IEfCoreDbContext.AddAsync<TEntity>(TEntity, CancellationToken)
IEfCoreDbContext.AddRange(IEnumerable<object>)
IEfCoreDbContext.AddRange(params object[])
IEfCoreDbContext.AddRangeAsync(params object[])
IEfCoreDbContext.AddRangeAsync(IEnumerable<object>, CancellationToken)
IEfCoreDbContext.AttachRange(IEnumerable<object>)
IEfCoreDbContext.AttachRange(params object[])
IEfCoreDbContext.Entry<TEntity>(TEntity)
IEfCoreDbContext.Entry(object)
IEfCoreDbContext.Find(Type, params object[])
IEfCoreDbContext.Find<TEntity>(params object[])
IEfCoreDbContext.FindAsync(Type, object[], CancellationToken)
IEfCoreDbContext.FindAsync<TEntity>(object[], CancellationToken)
IEfCoreDbContext.FindAsync<TEntity>(params object[])
IEfCoreDbContext.FindAsync(Type, params object[])
IEfCoreDbContext.Remove<TEntity>(TEntity)
IEfCoreDbContext.Remove(object)
IEfCoreDbContext.RemoveRange(IEnumerable<object>)
IEfCoreDbContext.RemoveRange(params object[])
IEfCoreDbContext.Update<TEntity>(TEntity)
IEfCoreDbContext.Update(object)
IEfCoreDbContext.UpdateRange(params object[])
IEfCoreDbContext.UpdateRange(IEnumerable<object>)
IEfCoreDbContext.Database
IEfCoreDbContext.ChangeTracker
IDisposable.Dispose()
IAsyncDisposable.DisposeAsync()
Namespace: Volo.CmsKit.EntityFrameworkCore
Assembly: Volo.CmsKit.EntityFrameworkCore.dll
Syntax
[ConnectionStringName("CmsKit")]
public interface ICmsKitDbContext : IEfCoreDbContext, IDisposable, IInfrastructure<IServiceProvider>, IDbContextDependencies, IDbSetCache, IDbContextPoolable, IResettableService, IAsyncDisposable

Properties

BlogFeatures

Declaration
DbSet<BlogFeature> BlogFeatures { get; }
Property Value
Type Description
DbSet<BlogFeature>

BlogPosts

Declaration
DbSet<BlogPost> BlogPosts { get; }
Property Value
Type Description
DbSet<BlogPost>

Blogs

Declaration
DbSet<Blog> Blogs { get; }
Property Value
Type Description
DbSet<Blog>

Comments

Declaration
DbSet<Comment> Comments { get; }
Property Value
Type Description
DbSet<Comment>

EntityTags

Declaration
DbSet<EntityTag> EntityTags { get; }
Property Value
Type Description
DbSet<EntityTag>

GlobalResources

Declaration
DbSet<GlobalResource> GlobalResources { get; }
Property Value
Type Description
DbSet<GlobalResource>

MediaDescriptors

Declaration
DbSet<MediaDescriptor> MediaDescriptors { get; }
Property Value
Type Description
DbSet<MediaDescriptor>

MenuItems

Declaration
DbSet<MenuItem> MenuItems { get; }
Property Value
Type Description
DbSet<MenuItem>

Pages

Declaration
DbSet<Page> Pages { get; }
Property Value
Type Description
DbSet<Page>

Ratings

Declaration
DbSet<Rating> Ratings { get; }
Property Value
Type Description
DbSet<Rating>

Reactions

Declaration
DbSet<UserReaction> Reactions { get; }
Property Value
Type Description
DbSet<UserReaction>

Tags

Declaration
DbSet<Tag> Tags { get; }
Property Value
Type Description
DbSet<Tag>

User

Declaration
DbSet<CmsUser> User { get; }
Property Value
Type Description
DbSet<CmsUser>

UserMarkedItems

Declaration
DbSet<UserMarkedItem> UserMarkedItems { get; }
Property Value
Type Description
DbSet<UserMarkedItem>

Extension Methods

AbpObjectExtensions.As<T>(object)
AbpObjectExtensions.To<T>(object)
LockExtensions.Locking(object, Action)
LockExtensions.Locking<TResult>(object, Func<TResult>)
In this article
Back to top Powered by ABP.IO Platform