CalculatedAttributeExpressionImportFromText Method |
Namespace:
Aloe.EnterpriseOne.Model.Systems.Bpm
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic static CalculatedAttributeExpression ImportFromText(
EnterpriseOneTransaction transaction,
string textLine
)
Public Shared Function ImportFromText (
transaction As EnterpriseOneTransaction,
textLine As String
) As CalculatedAttributeExpression
public:
static CalculatedAttributeExpression^ ImportFromText(
EnterpriseOneTransaction^ transaction,
String^ textLine
)
static member ImportFromText :
transaction : EnterpriseOneTransaction *
textLine : string -> CalculatedAttributeExpression
Parameters
- transaction
- Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction. - textLine
- Type: SystemString
The text line.
Return Value
Type:
CalculatedAttributeExpression
See Also