// ------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version: 17.0.0.0 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // // ------------------------------------------------------------------------------ namespace ServiceClientGenerator.Generators.Examples { using System.Linq; using System.Text; using System.Collections.Generic; using System; /// /// Class to produce the template output /// #line 1 "C:\projects\aws\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Examples\ExampleMetadata.tt" [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "17.0.0.0")] public partial class ExampleMetadata : Generators.BaseGenerator { #line hidden /// /// Create the template output /// public override string TransformText() { this.Write("\r\n\r\n"); #line 8 "C:\projects\aws\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Examples\ExampleMetadata.tt" var servicename = this.Config.Namespace.Split('.').Last(); foreach(var operation in this.Config.ServiceModel.Operations) { foreach(var example in operation.Examples) { #line default #line hidden this.Write("\t\r\n\t\t\r\n\t\t\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\t"); #line 25 "C:\projects\aws\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Examples\ExampleMetadata.tt" this.Write(this.ToStringHelper.ToStringWithCulture(example.Description)); #line default #line hidden this.Write("\r\n\t\t\t\t\r\n\t\t\t\t\r\n\t\t\r\n\t\r\n"); #line 34 "C:\projects\aws\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Examples\ExampleMetadata.tt" } } #line default #line hidden this.Write(""); return this.GenerationEnvironment.ToString(); } } #line default #line hidden }