Click or drag to resize

AttributeChangeBusinessEventMaskTBusinessEvent Constructor

Initializes a new instance of the AttributeChangeBusinessEventMask class.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public AttributeChangeBusinessEventMask(
	string attributeName
)

Parameters

attributeName
Type: SystemString
Name of the attribute. Pass null to match any attribute change event.
See Also