Kooboo.Commerce.Rules.EventSlot.EventSlot C# (CSharp) Méthode

EventSlot() public méthode

public EventSlot ( Type eventType ) : System
eventType System.Type
Résultat System
        public EventSlot(Type eventType)
            : this(eventType, null)
        {
        }

Same methods

EventSlot::EventSlot ( Type eventType, string shortName ) : System