BasePersistenceProvider Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic BasePersistenceProvider(
IDataSource dataSource,
IDomainSystemHost host,
bool loadCustomProperties = true
)
Public Sub New (
dataSource As IDataSource,
host As IDomainSystemHost,
Optional loadCustomProperties As Boolean = true
)
public:
BasePersistenceProvider(
IDataSource^ dataSource,
IDomainSystemHost^ host,
bool loadCustomProperties = true
)
new :
dataSource : IDataSource *
host : IDomainSystemHost *
?loadCustomProperties : bool
(* Defaults:
let _loadCustomProperties = defaultArg loadCustomProperties true
*)
-> BasePersistenceProvider
Parameters
- dataSource
- Type: Aloe.SystemFrameworks.Domain.DataAccessIDataSource
The data source to which to bind the object model. - host
- Type: Aloe.SystemFrameworks.Domain.CoreIDomainSystemHost
The host of the domain system, which provides various host-specific functionality. - loadCustomProperties (Optional)
- Type: SystemBoolean
if set to true the repositories load their custom properties.
See Also