C# Class Rsdn.LocUtil.Helper.HelperGenerator

Генератор хелперов для работы с ресурсами.
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
Generate ( RootCategory cat, string ns, bool isInternal ) : CodeCompileUnit

Генерировать хелпер.

Private Methods

Méthode Description
GenerateCategory ( IList memberList, Category cat, string rmType, bool isInternal ) : void

Method Details

Generate() public static méthode

Генерировать хелпер.
public static Generate ( RootCategory cat, string ns, bool isInternal ) : CodeCompileUnit
cat Rsdn.LocUtil.Model.RootCategory
ns string
isInternal bool
Résultat System.CodeDom.CodeCompileUnit