Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

INotificationsProvider.NotificationTypesInfo Property

Gets information on business object types supported by the INotificationsProvider provider.

Namespace: DevExpress.Persistent.Base.General

Assembly: DevExpress.Persistent.Base.v20.2.dll

Declaration

HashSet<ITypeInfo> NotificationTypesInfo { get; }

Property Value

Type Description
HashSet<ITypeInfo>

A HashSet<ITypeInfo> object that provides information on business object types supported by the DefaultNotificatonProvider provider.

See Also