Exemplo n.º 1
0
 public GenericClassConfigurationBuilder(Type t) : base(t)
 {
     AttributePrototype = new TsClassAttribute
     {
         AutoExportConstructors = false,
         AutoExportFields       = false,
         AutoExportProperties   = false,
         AutoExportMethods      = false
     };
 }
Exemplo n.º 2
0
 internal ClassConfigurationBuilder()
 {
     AttributePrototype = new TsClassAttribute
     {
         AutoExportConstructors = false,
         AutoExportFields       = false,
         AutoExportProperties   = false,
         AutoExportMethods      = false
     };
 }