示例#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());
        }
示例#2
0
 protected void ValidateTypeScript(Scripter scripter)
 {
     ValidateTypeScript(scripter.ToString());
 }
示例#3
0
 protected void ValidateTypeScript(Scripter scripter)
 {
     ValidateTypeScript(scripter.ToString());
 }