Click or drag to resize

ViewDomainObject Constructor

Initializes a new instance of the ViewDomainObject class.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public ViewDomainObject(
	ObjectTransaction transaction,
	Repository repository
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction in which to store the objects data.
repository
Type: Aloe.SystemFrameworks.DomainRepository
The repository.
See Also