Class EventTypes
public sealed class EventTypes
- Inheritance
-
EventTypes
- Inherited Members
Constructors
EventTypes(TypeRegistry, Dictionary<string, Type>, Dictionary<Type, HashSet<string>>)
public EventTypes(TypeRegistry typeRegistry, Dictionary<string, Type> types, Dictionary<Type, HashSet<string>> eventsMap)
Parameters
typeRegistry
TypeRegistrytypes
Dictionary<string, Type>eventsMap
Dictionary<Type, HashSet<string>>
Properties
EventsMap
public Dictionary<Type, HashSet<string>> EventsMap { get; }
Property Value
TypeRegistry
public TypeRegistry TypeRegistry { get; }
Property Value
- TypeRegistry
Types
public Dictionary<string, Type> Types { get; }