C# Class T4ResX.Sample.Localization.Utilities

Class that contains all our little helper functions
Afficher le fichier Open project: itechnology/T4ResX

Méthodes publiques

Свойство Type Description
GetReplacementString string>.Func

Méthodes publiques

Méthode Description
GetResourcesByNameSpace ( string ns ) : Dictionary>

Look up ressources from a specific namespace

Method Details

GetResourcesByNameSpace() public static méthode

Look up ressources from a specific namespace
public static GetResourcesByNameSpace ( string ns ) : Dictionary>
ns string Namspace to get resources from
Résultat 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
Résultat string>.Func