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.
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

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