Click or drag to resize

EditableDomainObject Constructor

Initializes a new instance of the EditableDomainObject class.

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

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction in which to store the objects data.
repository (Optional)
Type: Aloe.SystemFrameworks.DomainRepository
The repository of the object.
Exceptions
ExceptionCondition
InvalidOperationExceptionEditableDomainObject can be used only with EditableRepository.
See Also