Skip to content
Docs Try Aspire

GenerateParameterDefault Properties

Class Properties 9 members
Represents that a default value should be generated.
Gets or sets a value indicating whether to include lowercase alphabet characters in the result.
public bool Lower { get; set; }
Gets or sets the minimum length of the generated value.
public int MinLength { get; set; }
Gets or sets the minimum number of lowercase characters in the result.
public int MinLower { get; set; }
Gets or sets the minimum number of numeric characters in the result.
public int MinNumeric { get; set; }
Gets or sets the minimum number of special characters in the result.
public int MinSpecial { get; set; }
Gets or sets the minimum number of uppercase characters in the result.
public int MinUpper { get; set; }
Gets or sets a value indicating whether to include numeric characters in the result.
public bool Numeric { get; set; }
Gets or sets a value indicating whether to include special characters in the result.
public bool Special { get; set; }
Gets or sets a value indicating whether to include uppercase alphabet characters in the result.
public bool Upper { get; set; }