Home
EntityDb Documentation
Cancel

EntityDb.Common.Exceptions Namespace

Missing Summary Doc! Classes CannotResolveTypeException The exception that is thrown when a ITypeResolver cannot resolve a type. CannotWriteInReadOnlyModeException The exception that is thrown when...

EntityDb.Void Assembly

Installation dotnet add package EntityDb.Void Namespaces EntityDb.Void.ExtensionsMissing Summary Doc!

EntityDb.Redis Assembly

Installation dotnet add package EntityDb.Redis Namespaces EntityDb.Redis.ExtensionsMissing Summary Doc!EntityDb.Redis.SessionsMissing Summary Doc!

EntityDb.Npgsql Assembly

Installation dotnet add package EntityDb.Npgsql Namespaces EntityDb.Npgsql.ExtensionsMissing Summary Doc!EntityDb.Npgsql.QueriesMissing Summary Doc!

EntityDb.Mvc Assembly

Installation dotnet add package EntityDb.Mvc Namespaces EntityDb.Mvc.AgentsMissing Summary Doc!EntityDb.Mvc.ExtensionsMissing Summary Doc!

EntityDb.MongoDb Assembly

Installation dotnet add package EntityDb.MongoDb Namespaces EntityDb.MongoDb.ExtensionsMissing Summary Doc!EntityDb.MongoDb.QueriesMissing Summary Doc!EntityDb.MongoDb.SessionsMissing Summary Doc!

EntityDb.InMemory Assembly

Installation dotnet add package EntityDb.InMemory Namespaces EntityDb.InMemory.ExtensionsMissing Summary Doc!EntityDb.InMemory.SessionsMissing Summary Doc!

EnvelopeHeaders Struct

Definition Namespace: EntityDb.Common.Envelopes Assembly: EntityDb.Common Represents information that can be used to resolve a Type by using a ITypeResolver. public readonly struct EnvelopeHeader...

Envelope<TEnvelopeValue> Struct

Definition Namespace: EntityDb.Common.Envelopes Assembly: EntityDb.Common Represents an envelope, which can be serialized for transfer. public readonly struct Envelope&lt;TEnvelopeValue&gt; : Sys...

ITypeResolver Interface

Definition Namespace: EntityDb.Common.TypeResolvers Assembly: EntityDb.Common Represents a type that resolves a Type. public interface ITypeResolver Methods ResolveType(EnvelopeHeaders) Returns ...