Click or drag to resize

CalculatedAttributeExpressionGetRepository Method

Gets the repository for the current line. To obtain the repository, the method tries to compile the whole CalculatedAttribute. If the repository cannot be obtained, returns null.

Namespace:  Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Repository GetRepository()

Return Value

Type: Repository
The repository for the current line.
See Also