EnterpriseOneTransactionGeneralObjectsDocumentTypeNotifications Property |
Gets a typed query for the General.DocumentTypeNotification entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<DocumentTypeNotification, DocumentTypeNotificationsRepository> DocumentTypeNotifications { get; }
Public ReadOnly Property DocumentTypeNotifications As TransactionQuery(Of DocumentTypeNotification, DocumentTypeNotificationsRepository)
Get
public:
property TransactionQuery<DocumentTypeNotification^, DocumentTypeNotificationsRepository^>^ DocumentTypeNotifications {
TransactionQuery<DocumentTypeNotification^, DocumentTypeNotificationsRepository^>^ get ();
}
member DocumentTypeNotifications : TransactionQuery<DocumentTypeNotification, DocumentTypeNotificationsRepository> with get
Property Value
Type:
TransactionQueryDocumentTypeNotification,
DocumentTypeNotificationsRepository
See Also