Click or drag to resize

ObjectReferenceChangeBusinessEventMaskTBusinessEvent Class

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

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

Type Parameters

TBusinessEvent

The ObjectReferenceChangeBusinessEventMaskTBusinessEvent type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyReferenceName
Gets the name of the attribute.
Top
Methods
  NameDescription
Public methodIsMatchedBy
Determines whether the current event mask is matched by the specified actual event.
Top
See Also