Gtd.Pcl.CoreDomain.AppServices.TrustedSystem.TrustedSystemState.When C# (CSharp) Method

When() public method

public When ( ActionArchived e ) : void
e ActionArchived
return void
        public void When(ActionArchived e)
        {
            Actions[e.ActionId].MakeArchived();
        }

Same methods

TrustedSystemState::When ( ActionAssignedToProject e ) : void
TrustedSystemState::When ( ActionCompleted e ) : void
TrustedSystemState::When ( ActionDeferDateShifted e ) : void
TrustedSystemState::When ( ActionDeferredUntil e ) : void
TrustedSystemState::When ( ActionDefined e ) : void
TrustedSystemState::When ( ActionDueDateMoved e ) : void
TrustedSystemState::When ( ActionIsNoLongerDeferred e ) : void
TrustedSystemState::When ( ActionMovedToProject e ) : void
TrustedSystemState::When ( ActionOutcomeChanged e ) : void
TrustedSystemState::When ( ActionRemovedFromProject e ) : void
TrustedSystemState::When ( DueDateAssignedToAction e ) : void
TrustedSystemState::When ( DueDateRemovedFromAction e ) : void
TrustedSystemState::When ( ProjectDefined e ) : void
TrustedSystemState::When ( ProjectOutcomeChanged e ) : void
TrustedSystemState::When ( ProjectTypeChanged e ) : void
TrustedSystemState::When ( StuffArchived e ) : void
TrustedSystemState::When ( StuffDescriptionChanged e ) : void
TrustedSystemState::When ( StuffPutInInbox e ) : void
TrustedSystemState::When ( StuffTrashed e ) : void
TrustedSystemState::When ( TrustedSystemCreated e ) : void