C# 클래스 GSoft.Dynamite.Globalization.ResourceLocator

Locates resource objects from either AppGlobalResources or from 14/Resources
상속: IResourceLocator
파일 보기 프로젝트 열기: GSoft-SharePoint/Dynamite-2010

공개 메소드들

메소드 설명
Find ( string resourceKey ) : string

Retrieves the resource object specified by the key

Find ( string resourceKey, int lcid ) : string

Retrieves the resource object specified by the key and language

Find ( string resourceFileName, string resourceKey ) : string

Retrieves the resource object specified by the key and language

Find ( string resourceFileName, string resourceKey, CultureInfo culture ) : string

Retrieves the resource object specified by the key and culture

Find ( string resourceFileName, string resourceKey, int lcid ) : string

Retrieves the resource object specified by the key and language

ResourceLocator ( IResourceLocatorConfig resourceFileConfig ) : System

Creates a new resource locator which will default to the provided resource file name.

메소드 상세

Find() 공개 메소드

Retrieves the resource object specified by the key
public Find ( string resourceKey ) : string
resourceKey string The resource key
리턴 string

Find() 공개 메소드

Retrieves the resource object specified by the key and language
public Find ( string resourceKey, int lcid ) : string
resourceKey string The resource key
lcid int The LCID of the desired culture
리턴 string

Find() 공개 메소드

Retrieves the resource object specified by the key and language
public Find ( string resourceFileName, string resourceKey ) : string
resourceFileName string The name of to the resource file where the resource is located
resourceKey string The resource key
리턴 string

Find() 공개 메소드

Retrieves the resource object specified by the key and culture
public Find ( string resourceFileName, string resourceKey, CultureInfo culture ) : string
resourceFileName string The name of to the resource file where the resource is located
resourceKey string The resource key
culture System.Globalization.CultureInfo The desired culture
리턴 string

Find() 공개 메소드

Retrieves the resource object specified by the key and language
public Find ( string resourceFileName, string resourceKey, int lcid ) : string
resourceFileName string The name of to the resource file where the resource is located
resourceKey string The resource key
lcid int The LCID of the desired culture
리턴 string

ResourceLocator() 공개 메소드

Creates a new resource locator which will default to the provided resource file name.
public ResourceLocator ( IResourceLocatorConfig resourceFileConfig ) : System
resourceFileConfig IResourceLocatorConfig
리턴 System