DocumentLineFindMatchingLine Method |
Searches through a child collection for a line, matching the current line.
Returns null if no matching line is found.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic virtual DocumentLine FindMatchingLine(
IChildCollection lines
)
Public Overridable Function FindMatchingLine (
lines As IChildCollection
) As DocumentLine
public:
virtual DocumentLine^ FindMatchingLine(
IChildCollection^ lines
)
abstract FindMatchingLine :
lines : IChildCollection -> DocumentLine
override FindMatchingLine :
lines : IChildCollection -> DocumentLine
Parameters
- lines
- Type: Aloe.SystemFrameworks.DomainIChildCollection
The child collection of lines.
Return Value
Type:
DocumentLineThe matching line, if found. Null if no matching line is found.
See Also