Click or drag to resize

AttributeChangeBusinessEventMaskTBusinessEvent Class

Represents a business event mask, which can match attribute change events.
Inheritance Hierarchy
SystemObject
  Aloe.SystemFrameworks.Domain.BusinessLogicAttributeChangeBusinessEventMaskTBusinessEvent

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public class AttributeChangeBusinessEventMask<TBusinessEvent> : IBusinessEventMask
where TBusinessEvent : AttributeChangeBusinessEvent

Type Parameters

TBusinessEvent

The AttributeChangeBusinessEventMaskTBusinessEvent type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAttributeName
Gets the name of the attribute. If null this mask matches any attribute.
Top
Methods
  NameDescription
Public methodIsMatchedBy
Determines whether the current event mask is matched by the specified actual event.
Top
See Also