ValidationEventAggregateCommitMask Property |
Gets the aggregate commit mask.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic static BusinessEventMask<ValidationEventAggregateCommitValidationEvent> AggregateCommitMask { get; }
Public Shared ReadOnly Property AggregateCommitMask As BusinessEventMask(Of ValidationEventAggregateCommitValidationEvent)
Get
public:
static property BusinessEventMask<ValidationEventAggregateCommitValidationEvent^>^ AggregateCommitMask {
BusinessEventMask<ValidationEventAggregateCommitValidationEvent^>^ get ();
}
static member AggregateCommitMask : BusinessEventMask<ValidationEventAggregateCommitValidationEvent> with get
Property Value
Type:
BusinessEventMaskValidationEventAggregateCommitValidationEvent
The aggregate commit mask.
See Also