Click or drag to resize

EditableRepositoryInstantiateNewObject Method

Creates a new domain object of the type, managed by the repository.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public virtual EditableDomainObject InstantiateNewObject(
	ObjectTransaction transaction
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction

Return Value

Type: EditableDomainObject
The new domain object.
See Also