C# Class T4ResX.Sample.Localization.Utilities

Class that contains all our little helper functions
Exibir arquivo Open project: itechnology/T4ResX

Public Properties

Property Type Description
GetReplacementString string>.Func

Public Methods

Method Description
GetResourcesByNameSpace ( string ns ) : Dictionary>

Look up ressources from a specific namespace

Method Details

GetResourcesByNameSpace() public static method

Look up ressources from a specific namespace
public static GetResourcesByNameSpace ( string ns ) : Dictionary>
ns string Namspace to get resources from
return Dictionary>

Property Details

GetReplacementString public_oe static_oe property

We bind this function to our replacement function when needed Like this the replacement function can reside in any assembly you like Bind it once on ApplicationStart, or rebind it to a different replacement function before calling it Poor Man's IOC http://www.i-technology.net
public static Func GetReplacementString
return string>.Func