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
Syntaxpublic Repository GetRepository()
Public Function GetRepository As Repository
public:
Repository^ GetRepository()
member GetRepository : unit -> Repository
Return Value
Type:
Repository
The repository for the current line.
See Also