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