Interface IEventRule
Inherited Members
IComparable.CompareTo(object)
Namespace: Estrelica.Archer.Events
Assembly: Estrelica.Interfaces.dll
Syntax
[StayPublic]
[DoNotObfuscateType]
public interface IEventRule : IArcherEntity, IDictionary<string, object>, ICollection<KeyValuePair<string, object>>, IEnumerable<KeyValuePair<string, object>>, IEnumerable, IComparable, IEquatable<IArcherEntity>, IArcherNamedEntity, IArcherGuidEntity, IArcherAliasedEntity, IArcherDescribedEntity, IArcherUpdateInfoEntity, IArcherEntityBase, IArcherBase
Properties
EventActions
Declaration
IEnumerable<IEventAction> EventActions { get; }
Property Value
IEnumerable<IEventAction> |