C# Class Telerik.Web.Mvc.Infrastructure.Implementation.LocalizationService.ResourceBase

Show file Open project: juanplopes/simple-telerik

Public Methods

Method Description
GetAll ( ) : string>.IDictionary
GetByKey ( string key ) : string

Protected Methods

Method Description
Load ( ) : void
ResourceBase ( ) : System

Private Methods

Method Description
LoadResources ( ) : void

Method Details

GetAll() public method

public GetAll ( ) : string>.IDictionary
return string>.IDictionary

GetByKey() public method

public GetByKey ( string key ) : string
key string
return string

Load() protected abstract method

protected abstract Load ( ) : void
return void

ResourceBase() protected method

protected ResourceBase ( ) : System
return System