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