C# 클래스 Wrapperizer.Domain.Abstractions.AggregateRoot

상속: Entity, IAggregateRoot
파일 보기 프로젝트 열기: dotnet-toolbelt/Wrapperizer

공개 메소드들

메소드 설명
ClearDomainEvents ( ) : void

보호된 메소드들

메소드 설명
AddDomainEvent ( IDomainEvent eventItem ) : void
AggregateRoot ( ) : System
AggregateRoot ( List domainEvents ) : System
RemoveDomainEvent ( IDomainEvent eventItem ) : void

메소드 상세

AddDomainEvent() 보호된 메소드

protected AddDomainEvent ( IDomainEvent eventItem ) : void
eventItem IDomainEvent
리턴 void

AggregateRoot() 보호된 메소드

protected AggregateRoot ( ) : System
리턴 System

AggregateRoot() 보호된 메소드

protected AggregateRoot ( List domainEvents ) : System
domainEvents List
리턴 System

ClearDomainEvents() 공개 메소드

public ClearDomainEvents ( ) : void
리턴 void

RemoveDomainEvent() 보호된 메소드

protected RemoveDomainEvent ( IDomainEvent eventItem ) : void
eventItem IDomainEvent
리턴 void