Метод | Описание | |
---|---|---|
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 |
protected Delete ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void | ||
domainEvent | SimpleCqrs.Eventing.DomainEvent | |
Результат | void |
protected Insert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void | ||
domainEvent | SimpleCqrs.Eventing.DomainEvent | |
Результат | void |
public SqlDenormalizer ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
protected Update ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void | ||
domainEvent | SimpleCqrs.Eventing.DomainEvent | |
Результат | void |
protected Upsert ( SimpleCqrs.Eventing.DomainEvent domainEvent ) : void | ||
domainEvent | SimpleCqrs.Eventing.DomainEvent | |
Результат | void |