ConditionalBusinessRuleGetRepositoryEventMasks Property |
Gets the event masks that are specific for the supplied repository.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Func<Repository, IEnumerable<IBusinessEventMask>> GetRepositoryEventMasks { get; }
Public ReadOnly Property GetRepositoryEventMasks As Func(Of Repository, IEnumerable(Of IBusinessEventMask))
Get
public:
property Func<Repository^, IEnumerable<IBusinessEventMask^>^>^ GetRepositoryEventMasks {
Func<Repository^, IEnumerable<IBusinessEventMask^>^>^ get ();
}
member GetRepositoryEventMasks : Func<Repository, IEnumerable<IBusinessEventMask>> with get
Property Value
Type:
FuncRepository,
IEnumerableIBusinessEventMask
The type of the object.
See Also