C# Класс Qowaiv.Globalization.CultureInfoScope

Наследование: IDisposable
Показать файл Открыть проект

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