Callback:
IEnumerable
<
String
>
solver
.GetFiles(
IUserSolver
entity)
Callback that is invoked to return a list of file strings used by a custom solver.
Mandatory Attributes
Name
Description
Type
Allowed Values
Optional Attributes
Name
Description
Type
Default Value
Allowed Values
Parameters
entity
Type:
IUserSolver
The solver object.
Return Value
Type:
IEnumerable
<
String
>
The files.
Remarks