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