ObjectReferenceChangeBusinessEventMaskTBusinessEvent Constructor  | 
 
            Initializes a new instance of the ObjectReferenceChangeBusinessEventMask class.
            
 
    Namespace: 
   Aloe.SystemFrameworks.Domain.BusinessLogic
    Assembly:
   Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic ObjectReferenceChangeBusinessEventMask(
	string referenceName
)
Public Sub New ( 
	referenceName As String
)
public:
ObjectReferenceChangeBusinessEventMask(
	String^ referenceName
)
new : 
        referenceName : string -> ObjectReferenceChangeBusinessEventMaskParameters
- referenceName
 - Type: SystemString
Name of the attribute. 
See Also