C# Class Qowaiv.Globalization.CultureInfoScope

Inheritance: IDisposable
Mostra file Open project: Corniel/Qowaiv

Private Properties

Property Type Description

Public Methods

Method 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.

Protected Methods

Method 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 method

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

CultureInfoScope() public method

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

CultureInfoScope() public method

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. ///
return System

CultureInfoScope() public method

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

CultureInfoScope() public method

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. ///
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

NewInvariant() public static method

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