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
Syntaxpublic AttributeChangeBusinessEventMask(
string attributeName
)
Public Sub New (
attributeName As String
)
public:
AttributeChangeBusinessEventMask(
String^ attributeName
)
new :
attributeName : string -> AttributeChangeBusinessEventMask
Parameters
- attributeName
- Type: SystemString
Name of the attribute. Pass null to match any attribute change event.
See Also