EnterpriseOneTransactionSystemsCoreObjectsDataEntryDefaultValues Property |
Gets a typed query for the Systems.Core.DataEntryDefaultValue entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<DataEntryDefaultValue, DataEntryDefaultValuesRepository> DataEntryDefaultValues { get; }
Public ReadOnly Property DataEntryDefaultValues As TransactionQuery(Of DataEntryDefaultValue, DataEntryDefaultValuesRepository)
Get
public:
property TransactionQuery<DataEntryDefaultValue^, DataEntryDefaultValuesRepository^>^ DataEntryDefaultValues {
TransactionQuery<DataEntryDefaultValue^, DataEntryDefaultValuesRepository^>^ get ();
}
member DataEntryDefaultValues : TransactionQuery<DataEntryDefaultValue, DataEntryDefaultValuesRepository> with get
Property Value
Type:
TransactionQueryDataEntryDefaultValue,
DataEntryDefaultValuesRepository
See Also