Class GenerationOptions
- Namespace
- shortid.Configuration
- Assembly
- shortid.dll
public class GenerationOptions
- Inheritance
-
GenerationOptions
- Inherited Members
Constructors
GenerationOptions(bool, bool, int?)
public GenerationOptions(bool useNumbers = false, bool useSpecialCharacters = true, int? length = null)
Parameters
Properties
Length
public int Length { get; }
Property Value
UseNumbers
public bool UseNumbers { get; }
Property Value
UseSpecialCharacters
public bool UseSpecialCharacters { get; }