Exemplo n.º 1
0
        public static string GetTypeScripterPoco(this IEnumerable <Type> types)
        {
            var scripter = new Scripter();

            foreach (var type in types)
            {
                scripter.AddType(type);
            }
            return(scripter.ToString());
        }
Exemplo n.º 2
0
 protected void ValidateTypeScript(Scripter scripter)
 {
     ValidateTypeScript(scripter.ToString());
 }
Exemplo n.º 3
0
 protected void ValidateTypeScript(Scripter scripter)
 {
     ValidateTypeScript(scripter.ToString());
 }