C# 클래스 WebApplications.Utilities.Globalization.CultureInfoProvider

상속: ICultureInfoProvider
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

Private Properties

프로퍼티 타입 설명
CultureInfoProvider System
GetDepth int

공개 메소드들

메소드 설명
CultureInfoProvider ( System.DateTime published, [ cultures ) : System

Initializes a new instance of the CultureInfoProvider class.

FindByCurrency ( CurrencyInfo currencyInfo ) : IEnumerable

Finds the cultures that use a specific currency.

Get ( CultureInfo cultureInfo ) : ExtendedCultureInfo

Retrieves an ExtendedCultureInfo equivalent to the CultureInfo.

Get ( int lcid ) : ExtendedCultureInfo

Retrieves an ExtendedCultureInfo with the name specified CultureInfo.LCID.

Get ( string cultureName ) : ExtendedCultureInfo

Retrieves an ExtendedCultureInfo with the name specified CultureInfo.Name.

GetChildren ( CultureInfo cultureInfo ) : IEnumerable

Gets the child cultures of the specified culture.

비공개 메소드들

메소드 설명
CultureInfoProvider ( ) : System

Initializes the CultureInfoProvider class.

GetDepth ( [ info ) : int

Gets the depth of the given culture info.

메소드 상세

CultureInfoProvider() 공개 메소드

Initializes a new instance of the CultureInfoProvider class.
public CultureInfoProvider ( System.DateTime published, [ cultures ) : System
published System.DateTime The published date time.
cultures [ The cultures.
리턴 System

FindByCurrency() 공개 메소드

Finds the cultures that use a specific currency.
public FindByCurrency ( CurrencyInfo currencyInfo ) : IEnumerable
currencyInfo CurrencyInfo The currency information.
리턴 IEnumerable

Get() 공개 메소드

Retrieves an ExtendedCultureInfo equivalent to the CultureInfo.
is .
public Get ( CultureInfo cultureInfo ) : ExtendedCultureInfo
cultureInfo System.Globalization.CultureInfo The culture info.
리턴 ExtendedCultureInfo

Get() 공개 메소드

Retrieves an ExtendedCultureInfo with the name specified CultureInfo.LCID.
public Get ( int lcid ) : ExtendedCultureInfo
lcid int The lcid.
리턴 ExtendedCultureInfo

Get() 공개 메소드

Retrieves an ExtendedCultureInfo with the name specified CultureInfo.Name.
is .
public Get ( string cultureName ) : ExtendedCultureInfo
cultureName string The ISO Code.
리턴 ExtendedCultureInfo

GetChildren() 공개 메소드

Gets the child cultures of the specified culture.
public GetChildren ( CultureInfo cultureInfo ) : IEnumerable
cultureInfo System.Globalization.CultureInfo The culture to get the children of.
리턴 IEnumerable