GeneratorProduceRealAttributeString Method |
Produces the real attribute string to emit into the output based on the attribute string passed in and the current language specified.
Namespace:
SD.LLBLGen.Pro.GeneratorCore
Assembly:
SD.LLBLGen.Pro.GeneratorCore (in SD.LLBLGen.Pro.GeneratorCore.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax public string ProduceRealAttributeString(
string attributeString
)
Public Function ProduceRealAttributeString (
attributeString As String
) As String
Parameters
- attributeString
- Type: SystemString
The attribute string.
Return Value
Type:
Stringattributestring formatted and ready to emit to the output, including the wrapping attributePattern
Implements
IGeneratorProduceRealAttributeString(String)Remarks Name macros should already have been replaced in attributeString before calling this method
See Also