Click or drag to resize

BasePersistenceProvider Constructor

Initializes a new instance of the BasePersistenceProvider class.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public BasePersistenceProvider(
	IDataSource dataSource,
	IDomainSystemHost host,
	bool loadCustomProperties = true
)

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