C# 클래스 Composable.CQRS.EventSourcing.MicrosoftSQLServer.SqlServerEventStoreEventsCache

파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
ClearAll ( ) : void
ForConnectionString ( string connectionString ) : SqlServerEventStoreEventsCache
GetCopy ( System.Guid id ) : Entry
Remove ( System.Guid id ) : void
Store ( System.Guid id, Entry entry ) : void

비공개 메소드들

메소드 설명
SqlServerEventStoreEventsCache ( ) : System

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

ClearAll() 공개 정적인 메소드

public static ClearAll ( ) : void
리턴 void

ForConnectionString() 공개 정적인 메소드

public static ForConnectionString ( string connectionString ) : SqlServerEventStoreEventsCache
connectionString string
리턴 SqlServerEventStoreEventsCache

GetCopy() 공개 메소드

public GetCopy ( System.Guid id ) : Entry
id System.Guid
리턴 Entry

Remove() 공개 메소드

public Remove ( System.Guid id ) : void
id System.Guid
리턴 void

Store() 공개 메소드

public Store ( System.Guid id, Entry entry ) : void
id System.Guid
entry Entry
리턴 void