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