Class EfCoreContext
Inheritance
System.Object
EfCoreContext
Implements
System.IDisposable
Assembly: Catalyst.Core.Lib.dll
Syntax
public sealed class EfCoreContext : EntityFrameworkCore.DbContext, IDbContext, IDisposable
Constructors
|
Improve this Doc
View Source
EfCoreContext(String)
Declaration
public EfCoreContext(string connectionString)
Parameters
Type |
Name |
Description |
System.String |
connectionString |
|
Properties
|
Improve this Doc
View Source
BaseEntryDaoStore
Declaration
public EntityFrameworkCore.DbSet<BaseEntryDao> BaseEntryDaoStore { get; set; }
Property Value
Type |
Description |
Microsoft.EntityFrameworkCore.DbSet<BaseEntryDao> |
|
|
Improve this Doc
View Source
ConfidentialEntryDaoStore
Declaration
public EntityFrameworkCore.DbSet<ConfidentialEntryDao> ConfidentialEntryDaoStore { get; set; }
Property Value
|
Improve this Doc
View Source
ContractEntryDaoStore
Declaration
public EntityFrameworkCore.DbSet<ContractEntryDao> ContractEntryDaoStore { get; set; }
Property Value
|
Improve this Doc
View Source
PeerDaoStore
Declaration
public EntityFrameworkCore.DbSet<PeerDao> PeerDaoStore { get; set; }
Property Value
Type |
Description |
Microsoft.EntityFrameworkCore.DbSet<PeerDao> |
|
|
Improve this Doc
View Source
PeerIdDaoStore
Declaration
public EntityFrameworkCore.DbSet<PeerIdDao> PeerIdDaoStore { get; set; }
Property Value
Type |
Description |
Microsoft.EntityFrameworkCore.DbSet<PeerIdDao> |
|
|
Improve this Doc
View Source
PublicEntryDaoStore
Declaration
public EntityFrameworkCore.DbSet<PublicEntryDao> PublicEntryDaoStore { get; set; }
Property Value
|
Improve this Doc
View Source
SignatureDaoStore
Declaration
public EntityFrameworkCore.DbSet<SignatureDao> SignatureDaoStore { get; set; }
Property Value
Type |
Description |
Microsoft.EntityFrameworkCore.DbSet<SignatureDao> |
|
|
Improve this Doc
View Source
SigningContextDaoStore
Declaration
public EntityFrameworkCore.DbSet<SigningContextDao> SigningContextDaoStore { get; set; }
Property Value
|
Improve this Doc
View Source
TransactionBroadcastStore
Declaration
public EntityFrameworkCore.DbSet<TransactionBroadcastDao> TransactionBroadcastStore { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
OnModelCreating(ModelBuilder)
Declaration
protected override void OnModelCreating(ModelBuilder modelBuilder)
Parameters
Type |
Name |
Description |
ModelBuilder |
modelBuilder |
|
Implements
System.IDisposable