C# 클래스 Telerik.Web.Mvc.Infrastructure.Implementation.LocalizationService.ResourceBase

파일 보기 프로젝트 열기: juanplopes/simple-telerik

공개 메소드들

메소드 설명
GetAll ( ) : string>.IDictionary
GetByKey ( string key ) : string

보호된 메소드들

메소드 설명
Load ( ) : void
ResourceBase ( ) : System

비공개 메소드들

메소드 설명
LoadResources ( ) : void

메소드 상세

GetAll() 공개 메소드

public GetAll ( ) : string>.IDictionary
리턴 string>.IDictionary

GetByKey() 공개 메소드

public GetByKey ( string key ) : string
key string
리턴 string

Load() 보호된 추상적인 메소드

protected abstract Load ( ) : void
리턴 void

ResourceBase() 보호된 메소드

protected ResourceBase ( ) : System
리턴 System