public LabelSettings(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
 public NavigableIndicatorSettings(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
 public MappingSettings(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
 public PointSettings(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
 public NETFrameworkSettings(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
 public PathSettings(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
 public CSharpProjectOptions(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
Exemplo n.º 8
0
 public TypeReferenceExtensionSettings(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
Exemplo n.º 9
0
 public OptionSettings(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
Exemplo n.º 10
0
 public NETCoreSettings(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }
Exemplo n.º 11
0
 public TransactionOptions(IStereotype stereotype)
 {
     _stereotype = stereotype;
 }