Click or drag to resize

AllDocumentsRepositoryInstantiateNewObject Method

Should never be called. Use the specialized descendant classes.

Namespace:  Aloe.EnterpriseOne.Model.General
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override EditableDomainObject InstantiateNewObject(
	ObjectTransaction transaction
)

Parameters

transaction
Type: Aloe.SystemFrameworks.DomainObjectTransaction
The transaction.

Return Value

Type: EditableDomainObject
Always throws exception.
See Also