C# 클래스 Shoon.SqlDenormalizer

파일 보기 프로젝트 열기: Interfleet/Shoon

공개 메소드들

메소드 설명
SqlDenormalizer ( ) : System.Collections.Generic

보호된 메소드들

메소드 설명
Delete ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
Insert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
Update ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
Upsert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void

비공개 메소드들

메소드 설명
GetTheDataToUpdateInTheTable ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : object>.IDictionary
ThisRecordHasBeenInserted ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : bool

메소드 상세

Delete() 보호된 메소드

protected Delete ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
리턴 void

Insert() 보호된 메소드

protected Insert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
리턴 void

SqlDenormalizer() 공개 메소드

public SqlDenormalizer ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Update() 보호된 메소드

protected Update ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
리턴 void

Upsert() 보호된 메소드

protected Upsert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
리턴 void