C# Class Qowaiv.Globalization.CultureInfoScope

Inheritance: IDisposable
Afficher le fichier Open project: Corniel/Qowaiv

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
CultureInfoScope ( ) : System

Creates a new CultureInfo scope.

No direct access.

Dispose ( bool disposing ) : void

Disposes the scope by setting the privious cultures back.

Method Details

CultureInfoScope() protected méthode

Creates a new CultureInfo scope.
No direct access.
protected CultureInfoScope ( ) : System
Résultat System

CultureInfoScope() public méthode

Creates a new CultureInfo scope.
public CultureInfoScope ( CultureInfo culture ) : System
culture System.Globalization.CultureInfo /// The culture. ///
Résultat System

CultureInfoScope() public méthode

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. ///
Résultat System

CultureInfoScope() public méthode

Creates a new CultureInfo scope.
public CultureInfoScope ( string name ) : System
name string /// Name of the culture. ///
Résultat System

CultureInfoScope() public méthode

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. ///
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

NewInvariant() public static méthode

Gets a new invariant CultureInfo Scope.
public static NewInvariant ( ) : CultureInfoScope
Résultat CultureInfoScope