C# Класс Castle.MonoRail.Framework.Internal.ResourceFacade

Simple facade that provides the IResource interface to a ResourceManager instance.
Наследование: IResource
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetEnumerator ( ) : IEnumerator

Returns an enumerator that iterates through a collection.

GetObject ( string key ) : object

Returns the object linked to the specific key.

GetString ( string key ) : string

Returns the object linked to the specific key as a string.

ResourceFacade ( ResourceManager resourceManager, CultureInfo cultureInfo ) : System.Collections

Initializes a new instance of the ResourceFacade class.

this ( string key ) : object

Returns the object linked to the specific key.

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

GetEnumerator() публичный Метод

Returns an enumerator that iterates through a collection.
public GetEnumerator ( ) : IEnumerator
Результат IEnumerator

GetObject() публичный Метод

Returns the object linked to the specific key.
public GetObject ( string key ) : object
key string
Результат object

GetString() публичный Метод

Returns the object linked to the specific key as a string.
public GetString ( string key ) : string
key string
Результат string

ResourceFacade() публичный Метод

Initializes a new instance of the ResourceFacade class.
public ResourceFacade ( ResourceManager resourceManager, CultureInfo cultureInfo ) : System.Collections
resourceManager System.Resources.ResourceManager The resource manager.
cultureInfo System.Globalization.CultureInfo The culture info.
Результат System.Collections

this() публичный Метод

Returns the object linked to the specific key.
public this ( string key ) : object
key string
Результат object