C# Класс Bari.Plugins.Csharp.VisualStudio.CsprojSections.EmbeddedResourcesSection

.csproj section listing all the embedded resources
Наследование: Bari.Plugins.VsCore.VisualStudio.ProjectSections.SourceItemsSectionBase
Показать файл Открыть проект

Открытые методы

Метод Описание
EmbeddedResourcesSection ( Suite suite ) : System

Initializes the class

Защищенные методы

Метод Описание
GetElementNameFor ( Project project, string file ) : string

Gets the element name for a given compilation item.

The default implementation always returns Compile

GetLogicalPath ( Project project, SuiteRelativePath file, SourceSetType sourceSetType ) : string
GetSourceSets ( Project project ) : IEnumerable

Gets the source sets to include

WriteAdditionalOptions ( XmlWriter writer, Project project, SuiteRelativePath suiteRelativePath ) : void

Приватные методы

Метод Описание
PrefixNumericComponents ( string path ) : string
PrefixWithRootNamespace ( Project project, string path ) : string

Описание методов

EmbeddedResourcesSection() публичный Метод

Initializes the class
public EmbeddedResourcesSection ( Suite suite ) : System
suite Suite Active suite
Результат System

GetElementNameFor() защищенный Метод

Gets the element name for a given compilation item.

The default implementation always returns Compile

protected GetElementNameFor ( Project project, string file ) : string
project Project
file string File name from the source set
Результат string

GetLogicalPath() защищенный Метод

protected GetLogicalPath ( Project project, SuiteRelativePath file, SourceSetType sourceSetType ) : string
project Project
file SuiteRelativePath
sourceSetType SourceSetType
Результат string

GetSourceSets() защищенный Метод

Gets the source sets to include
protected GetSourceSets ( Project project ) : IEnumerable
project Project The project to get its source sets
Результат IEnumerable

WriteAdditionalOptions() защищенный Метод

protected WriteAdditionalOptions ( XmlWriter writer, Project project, SuiteRelativePath suiteRelativePath ) : void
writer System.Xml.XmlWriter
project Project
suiteRelativePath SuiteRelativePath
Результат void