| DynamicExpressoBaseGetAllSupportedPlaceholdersFromText Method |
Gets all supported placeholders from text.
Namespace:
Omada.OE.Solution.OIM.Assembly.AppLogic.ValueGeneration.Logic
Assembly:
Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntaxpublic virtual List<string> GetAllSupportedPlaceholdersFromText(
string text
)
Parameters
- text
- Type: SystemString
The text.
Return Value
Type:
ListString
The placeholders.
See Also