KpokPatagon.Data.Migrations


Assembly

Version:
10.1.25347.2
Product version:
KpokPatagon-CI_main_20251213.2+b3e7917146614134a5eeca97d7560356614c01ad
Product:
Kpok Patagon Framework
Culture:
neutral
Public key token:
856a2402e38a9992

Namespaces (4)

KpokPatagon.Data.Migrations

TypeSummary
DependencyNotFoundException Thrown when a dependency could not be found.
EmbeddedConfigurationStoreService A service that provides configuration from embedded resources within assemblies.
IEmbeddedConfigurationStoreService Allows the implementation of a service that provides configuration from embedded resources within assemblies.
IScriptExecutorService Allows the implementation of a services that executes scripts.
IScriptHasher Allows the implementation of a hasher for script verification.
IScriptReaderService Allows the implementation of a service that reads an validates scripts.
ITableDscService Allows the implementation of a service that manages the migration of database tables.
MigrationsConsts Constants for the migrations project.
ScriptExecutorService A service that executes Scripts.
ScriptHasher Script hasher helper.
ScriptReaderService Provides services to load and validate Scripts from XML payloads.
TableDscService A service that manages the migration of database tables.

KpokPatagon.Data.Migrations.DependencyInjection

TypeSummary
MigrationsBuilderExtensions Builder extension methods to register services in DI.
MigrationsServiceProviderExtensions Provides helper extension methods for the IServiceProvider
ScriptExecutorServiceOptions Models the options to configure the ScriptExecutorService.
TableDscServiceOptions Models the options to configure the TableDscService.

KpokPatagon.Data.Migrations.Scripting

TypeSummary
Dependency Models a dependency for a Script.
Script Models a migration script.
Stage Stage of the migration process where a script must be executed.
Statement Models a statemente of a script.

KpokPatagon.Data.Migrations.Tracking

TypeSummary
ScriptHistory Tracks script executions.
ScriptHistoryDataService Provides data services for the Migrations.ScriptHistory table.
ScriptTrack Track history for a Script.
StatementTrack Track history for a Statement.