C# Class Telerik.Web.Mvc.Infrastructure.LocalizedStrings

Show file Open project: juanplopes/simple-telerik

Private Properties

Property Type Description

Public Methods

Method Description
ToJson ( ) : string>.IDictionary

Protected Methods

Method Description
GetValue ( string key ) : string
LocalizedStrings ( string resourceLocation, string resourceName, CultureInfo culture ) : System.Collections.Generic

Method Details

GetValue() protected method

protected GetValue ( string key ) : string
key string
return string

LocalizedStrings() protected method

protected LocalizedStrings ( string resourceLocation, string resourceName, CultureInfo culture ) : System.Collections.Generic
resourceLocation string
resourceName string
culture System.Globalization.CultureInfo
return System.Collections.Generic

ToJson() public method

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