C# Класс Sage.ResourceManagement.InternationalizationSummary

Provides summary information about globalizing an XML resource.
The summary contains information about the files that the resource consists of (via XInclude), the phrases that the resource uses and the phrase sources.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddDependencies void
AddPhraseSummary void
InternationalizationSummary System
Save void
ToXml System.Xml.XmlElement

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

Метод Описание
GetConstituentFiles ( string locale ) : IEnumerable

Gets the constituent files.

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

Метод Описание
AddDependencies ( string locale, IEnumerable dependencies ) : void
AddPhraseSummary ( string locale, XmlDocument summary ) : void

Adds a phrase summary for the specified locale.

InternationalizationSummary ( XmlResource resource, CategoryInfo categoryInfo ) : System

Initializes a new instance of the InternationalizationSummary class, using the specified file path and category info.

Save ( ) : void

Saves the summary as a new XmlDocument to the same location in which the resource got globalized.

ToXml ( XmlDocument owner ) : XmlElement

Generates an XmlElement that contains the information from this object.

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

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

Gets the constituent files.
public GetConstituentFiles ( string locale ) : IEnumerable
locale string The locale.
Результат IEnumerable