Пример #1
0
 internal ActualBuilder(
     Adres basis,
     bool isGeheim,
     Adressoort adressoort,
     Land land,
     FSharpOption <string> postcode,
     FSharpOption <string> straatnaam,
     FSharpOption <int> huisnummer,
     FSharpOption <string> huisnummerToevoeging,
     FSharpOption <string> huisnummerAanduiding,
     FSharpOption <string> plaatsnaam,
     FSharpOption <string> locatieOmschrijving,
     FSharpOption <string> adresregelBuitenland1,
     FSharpOption <string> adresregelBuitenland2,
     FSharpOption <string> adresregelBuitenland3)
     : base(basis, isGeheim, adressoort, land, postcode, straatnaam, huisnummer, huisnummerToevoeging, huisnummerAanduiding, plaatsnaam, locatieOmschrijving, adresregelBuitenland1, adresregelBuitenland2, adresregelBuitenland3)
 {
 }
Пример #2
0
 public Builder BuitenlandsAdres(FSharpOption <string> newAdresregel1, FSharpOption <string> newAdresregel2, FSharpOption <string> newAdresregel3, Land newLand)
 {
     return(new ActualBuilder(basis, isGeheim, adressoort, newLand, postcode, straatnaam, huisnummer, huisnummertoevoeging, huisnummeraanduiding, plaatsnaam, locatieomschrijving, newAdresregel1, newAdresregel2, newAdresregel3));
 }