InteractorRepository< TInteractor > Member List

This is the complete list of members for InteractorRepository< TInteractor >, including all inherited members.

Add(TInteractor interactor)InteractorRepository< TInteractor >inlinevirtual
Clear()InteractorRepository< TInteractor >inline
Find(Func< TInteractor, bool > predicate)InteractorRepository< TInteractor >inline
Remove(string interactorId)InteractorRepository< TInteractor >inlinevirtual
TryGet(string id, out IInteractor interactor)InteractorRepository< TInteractor >inline