C# Class Shoon.SqlDenormalizer

Datei anzeigen Open project: Interfleet/Shoon

Public Methods

Method Description
SqlDenormalizer ( ) : System.Collections.Generic

Protected Methods

Method Description
Delete ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
Insert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
Update ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
Upsert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void

Private Methods

Method Description
GetTheDataToUpdateInTheTable ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : object>.IDictionary
ThisRecordHasBeenInserted ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : bool

Method Details

Delete() protected method

protected Delete ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
return void

Insert() protected method

protected Insert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
return void

SqlDenormalizer() public method

public SqlDenormalizer ( ) : System.Collections.Generic
return System.Collections.Generic

Update() protected method

protected Update ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
return void

Upsert() protected method

protected Upsert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
return void