Click or drag to resize

IBusinessEventMask Interface

Base interface for all business event masks.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public interface IBusinessEventMask

The IBusinessEventMask type exposes the following members.

Methods
  NameDescription
Public methodIsMatchedBy
Determines whether the current event mask is matched by the specified actual event.
Top
See Also