CQRSlite.Domain.AggregateRoot.ApplyChange C# (CSharp) Method

ApplyChange() protected method

protected ApplyChange ( IEvent @event ) : void
@event IEvent
return void
        protected void ApplyChange(IEvent @event)
        {
            ApplyChange(@event, true);
        }

Same methods

AggregateRoot::ApplyChange ( IEvent @event, bool isNew ) : void