20 namespace TraceLab.Components.Library.Helpers
22 [Component(Name =
"StringWriter",
23 Description =
"Simple component that outputs specified string to the workspace.",
26 ConfigurationType=typeof(StringWriterConfig))]
27 [IOSpec(IOSpecType.Output,
"string", typeof(
string))]
28 [Tag(
"Helper components")]
34 Configuration = config;
41 Workspace.Store(
"string", config.String);