C# Class Shoon.SqlDenormalizer

Afficher le fichier Open project: Interfleet/Shoon

Méthodes publiques

Méthode Description
SqlDenormalizer ( ) : System.Collections.Generic

Méthodes protégées

Méthode 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

Méthode Description
GetTheDataToUpdateInTheTable ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : object>.IDictionary
ThisRecordHasBeenInserted ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : bool

Method Details

Delete() protected méthode

protected Delete ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
Résultat void

Insert() protected méthode

protected Insert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
Résultat void

SqlDenormalizer() public méthode

public SqlDenormalizer ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Update() protected méthode

protected Update ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
Résultat void

Upsert() protected méthode

protected Upsert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void
domainEvent SimpleCqrs.Eventing.DomainEvent
Résultat void