CalculatedAttributeGetCalculatingFunctionAndResultType Method |
Gets the function, which calculates the value of the
CalculatedAttribute. and the expression
result type.
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic (Func<EntityObject, Object> func, Type resultType) GetCalculatingFunctionAndResultType()
Public Function GetCalculatingFunctionAndResultType As (func As Func(Of EntityObject, Object), resultType As Type)
public:
ValueTuple<Func<EntityObject^, Object^>^, Type^>^ GetCalculatingFunctionAndResultType()
member GetCalculatingFunctionAndResultType : unit -> ValueTuple<Func<EntityObject, Object>, Type>
Return Value
Type:
ValueTupleFuncEntityObject,
Object,
Type
Exceptions
See Also