C# Class Bari.Plugins.Csharp.VisualStudio.CsprojSections.WCFMetadataSection

Section for generating WCFMetadata and WCFMetadataStorage items
Inheritance: Bari.Plugins.VsCore.VisualStudio.ProjectSections.MSBuildProjectSectionBase
Datei anzeigen Open project: vigoo/bari

Public Methods

Method Description
WCFMetadataSection ( Suite suite ) : System.IO
Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void

Writes the section using an XML writer

Method Details

WCFMetadataSection() public method

public WCFMetadataSection ( Suite suite ) : System.IO
suite Suite
return System.IO

Write() public method

Writes the section using an XML writer
public Write ( XmlWriter writer, Project project, IMSBuildProjectGeneratorContext context ) : void
writer System.Xml.XmlWriter XML writer to use
project Project The project to generate .csproj for
context IMSBuildProjectGeneratorContext Current .csproj generation context
return void