using System.Collections.Generic; namespace ZeroLevel.EventServer.Model { public class EventAfterEvents : BaseEvent { public IEnumerable EventIds { get; set; } public Condition Confition { get; set; } } }