Esempio n. 1
0
 public OutputForAttributeBuilder(params Type[] types)
 {
     this.Types          = new ReadOnlyCollection <Type>(types);
     this.Settings       = new Settings();
     this.OutputSettings = new OutputSettings();
     this.TypeSettings   = new TypeContext.Settings();
 }
Esempio n. 2
0
 public OutputForAttributeBuilder WithTypeSettings(TypeContext.Settings typeSettings)
 {
     this.TypeSettings = typeSettings;
     return(this);
 }