TemplateVariableMapper Delegate
Namespace: Quine.Schemas.CoreAssembly: Quine.Schemas.Core (in Quine.Schemas.Core.dll) Version: 1.0.0+0ea0706914ee4edf2b0ed66bec3ab4d062a43b68
public delegate string TemplateVariableMapper(
string name
)
- name String
-
Parameter name to replace. The name does NOT contain $() delimiters. For example, if the template contains parameter
named $(MyParameter), this method will be invoked with MyParameter.
String
The string value that name maps to, or null if no mapping exists.