C# 클래스 Qowaiv.Globalization.CultureInfoScope

상속: IDisposable
파일 보기 프로젝트 열기: Corniel/Qowaiv

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CultureInfoScope ( CultureInfo culture ) : System

Creates a new CultureInfo scope.

CultureInfoScope ( CultureInfo culture, CultureInfo cultureUI ) : System

Creates a new CultureInfo scope.

CultureInfoScope ( string name ) : System

Creates a new CultureInfo scope.

CultureInfoScope ( string name, string nameUI ) : System

Creates a new CultureInfo scope.

Dispose ( ) : void

NewInvariant ( ) : CultureInfoScope

Gets a new invariant CultureInfo Scope.

보호된 메소드들

메소드 설명
CultureInfoScope ( ) : System

Creates a new CultureInfo scope.

No direct access.

Dispose ( bool disposing ) : void

Disposes the scope by setting the privious cultures back.

메소드 상세

CultureInfoScope() 보호된 메소드

Creates a new CultureInfo scope.
No direct access.
protected CultureInfoScope ( ) : System
리턴 System

CultureInfoScope() 공개 메소드

Creates a new CultureInfo scope.
public CultureInfoScope ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo /// The culture. ///
리턴 System

CultureInfoScope() 공개 메소드

Creates a new CultureInfo scope.
public CultureInfoScope ( CultureInfo culture, CultureInfo cultureUI ) : System
culture System.Globalization.CultureInfo /// The culture. ///
cultureUI System.Globalization.CultureInfo /// The UI culture. ///
리턴 System

CultureInfoScope() 공개 메소드

Creates a new CultureInfo scope.
public CultureInfoScope ( string name ) : System
name string /// Name of the culture. ///
리턴 System

CultureInfoScope() 공개 메소드

Creates a new CultureInfo scope.
public CultureInfoScope ( string name, string nameUI ) : System
name string /// Name of the culture. ///
nameUI string /// Name of the UI culture. ///
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes the scope by setting the privious cultures back.
protected Dispose ( bool disposing ) : void
disposing bool /// Should dispose actualy dispose something. ///
리턴 void

NewInvariant() 공개 정적인 메소드

Gets a new invariant CultureInfo Scope.
public static NewInvariant ( ) : CultureInfoScope
리턴 CultureInfoScope