Table of Contents

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

useNumbers bool
useSpecialCharacters bool
length int?

Properties

Length

public int Length { get; }

Property Value

int

UseNumbers

public bool UseNumbers { get; }

Property Value

bool

UseSpecialCharacters

public bool UseSpecialCharacters { get; }

Property Value

bool