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