Click or drag to resize

EnterpriseOneViewObject Constructor

Initializes a new instance of the EnterpriseOneViewObject class.

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public EnterpriseOneViewObject(
	ObjectTransaction transaction,
	EnterpriseOneEntityRepository repository = null
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.
repository (Optional)
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneEntityRepository
The repository.
See Also