프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ConnectionString | string |
메소드 | 설명 | |
---|---|---|
ClearCache ( ) : void | ||
DeleteEvents ( System.Guid aggregateId ) : void | ||
Dispose ( ) : void | ||
GetAggregateHistory ( System.Guid aggregateId ) : IEnumerable |
||
GetAggregateHistoryForUpdate ( System.Guid aggregateId ) : IEnumerable |
||
PersistMigrations ( ) : void | ||
ResetDB ( ) : void | ||
ResetDB ( string connectionString ) : void | ||
SaveEvents ( IEnumerable |
||
SqlServerEventStore ( string connectionString, ISingleContextUseGuard usageGuard, IEventNameMapper nameMapper = null, IEnumerable |
||
StreamAggregateIdsInCreationOrder ( |
||
StreamEvents ( int batchSize, Action |
메소드 | 설명 | |
---|---|---|
GetAggregateHistoryInternal ( System.Guid aggregateId, bool takeWriteLock ) : IEnumerable |
||
IsRecoverableSqlException ( |
||
IsRefactoringEvent ( AggregateRootEvent @event ) : bool | ||
StreamEvents ( ) : IEnumerable |
public DeleteEvents ( System.Guid aggregateId ) : void | ||
aggregateId | System.Guid | |
리턴 | void |
public GetAggregateHistory ( System.Guid aggregateId ) : IEnumerable |
||
aggregateId | System.Guid | |
리턴 | IEnumerable |
public GetAggregateHistoryForUpdate ( System.Guid aggregateId ) : IEnumerable |
||
aggregateId | System.Guid | |
리턴 | IEnumerable |
public static ResetDB ( string connectionString ) : void | ||
connectionString | string | |
리턴 | void |
public SqlServerEventStore ( string connectionString, ISingleContextUseGuard usageGuard, IEventNameMapper nameMapper = null, IEnumerable |
||
connectionString | string | |
usageGuard | ISingleContextUseGuard | |
nameMapper | IEventNameMapper | |
migrations | IEnumerable |
|
리턴 | System |
public StreamAggregateIdsInCreationOrder ( |
||
eventBaseType | ||
리턴 | IEnumerable |
public StreamEvents ( int batchSize, Action |
||
batchSize | int | |
handleEvents | Action |
|
리턴 | void |