EnterpriseOneTransactionApplicationsAssetManagementObjectsServiceCenters Property |
Gets a typed query for the Applications.AssetManagement.ServiceCenter entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<ServiceCenter, ServiceCentersRepository> ServiceCenters { get; }
Public ReadOnly Property ServiceCenters As TransactionQuery(Of ServiceCenter, ServiceCentersRepository)
Get
public:
property TransactionQuery<ServiceCenter^, ServiceCentersRepository^>^ ServiceCenters {
TransactionQuery<ServiceCenter^, ServiceCentersRepository^>^ get ();
}
member ServiceCenters : TransactionQuery<ServiceCenter, ServiceCentersRepository> with get
Property Value
Type:
TransactionQueryServiceCenter,
ServiceCentersRepository
See Also