ModelBuilder.AddressValueGenerator.AddressValueGenerator C# (CSharp) Method

AddressValueGenerator() public method

Initializes a new instance of the AddressValueGenerator class.
public AddressValueGenerator ( ) : System
return System
        public AddressValueGenerator() : base(new Regex("(?<!email.*)address", RegexOptions.IgnoreCase), typeof(string))
        {
        }