C# Класс OnlineVideos.Sites.JSurf.SingleAssemblyComponentResourceManager

This will allow for the looking up of a localised resource embeded as a resource in the main localised properties file It means we don't have to deploy the localised dlls through the site publishing
Наследование: System.ComponentModel.ComponentResourceManager
Показать файл Открыть проект

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

Метод Описание
SingleAssemblyComponentResourceManager ( Type t ) : System

Защищенные методы

Метод Описание
InternalGetResourceSet ( CultureInfo culture, bool createIfNotExists, bool tryParents ) : ResourceSet

Приватные методы

Метод Описание
AddResourceSet ( Hashtable localResourceSets, CultureInfo culture, ResourceSet &rs ) : void

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

InternalGetResourceSet() защищенный Метод

protected InternalGetResourceSet ( CultureInfo culture, bool createIfNotExists, bool tryParents ) : ResourceSet
culture System.Globalization.CultureInfo
createIfNotExists bool
tryParents bool
Результат System.Resources.ResourceSet

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

public SingleAssemblyComponentResourceManager ( Type t ) : System
t System.Type
Результат System