AttributeChangeBusinessEventMaskTBusinessEvent Class |
Namespace: Aloe.SystemFrameworks.Domain.BusinessLogic
public class AttributeChangeBusinessEventMask<TBusinessEvent> : IBusinessEventMask where TBusinessEvent : AttributeChangeBusinessEvent
The AttributeChangeBusinessEventMaskTBusinessEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| AttributeChangeBusinessEventMaskTBusinessEvent |
Initializes a new instance of the AttributeChangeBusinessEventMask class.
|
| Name | Description | |
|---|---|---|
| AttributeName |
Gets the name of the attribute. If null this mask matches any attribute.
|
| Name | Description | |
|---|---|---|
| IsMatchedBy |
Determines whether the current event mask is matched by the specified actual event.
|