Show / Hide Table of Contents

    Class EfCoreContext

    Inheritance
    System.Object
    EfCoreContext
    Implements
    IDbContext
    System.IDisposable
    Namespace: Catalyst.Core.Lib.Repository
    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
    Type Description
    Microsoft.EntityFrameworkCore.DbSet<ConfidentialEntryDao>
    | Improve this Doc View Source

    ContractEntryDaoStore

    Declaration
    public EntityFrameworkCore.DbSet<ContractEntryDao> ContractEntryDaoStore { get; set; }
    Property Value
    Type Description
    Microsoft.EntityFrameworkCore.DbSet<ContractEntryDao>
    | 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
    Type Description
    Microsoft.EntityFrameworkCore.DbSet<PublicEntryDao>
    | 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
    Type Description
    Microsoft.EntityFrameworkCore.DbSet<SigningContextDao>
    | Improve this Doc View Source

    TransactionBroadcastStore

    Declaration
    public EntityFrameworkCore.DbSet<TransactionBroadcastDao> TransactionBroadcastStore { get; set; }
    Property Value
    Type Description
    Microsoft.EntityFrameworkCore.DbSet<TransactionBroadcastDao>

    Methods

    | Improve this Doc View Source

    OnModelCreating(ModelBuilder)

    Declaration
    protected override void OnModelCreating(ModelBuilder modelBuilder)
    Parameters
    Type Name Description
    ModelBuilder modelBuilder

    Implements

    IDbContext
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Catalyst Network