C# Class Faker.Beer

A collection of Beer related generator tasks.
Afficher le fichier Open project: AdmiringWorm/Faker.NET.Portable

Méthodes publiques

Méthode Description
Alcohol ( ) : string

Generates a random alcohol percentage between 2.0 and 10.0

Hop ( ) : string

Generates a random hop type

IBU ( ) : string

Generates a random IBU (Bitterness of the beer)

Description of IBU is at

Malt ( ) : string

Generates a random beer malt type

Name ( ) : string

Generates a random Beer Name

Style ( ) : string

Generates a random Beer Style

Yeast ( ) : string

Generates a random yeast type

Method Details

Alcohol() public static méthode

Generates a random alcohol percentage between 2.0 and 10.0
public static Alcohol ( ) : string
Résultat string

Hop() public static méthode

Generates a random hop type
public static Hop ( ) : string
Résultat string

IBU() public static méthode

Generates a random IBU (Bitterness of the beer)
Description of IBU is at
public static IBU ( ) : string
Résultat string

Malt() public static méthode

Generates a random beer malt type
public static Malt ( ) : string
Résultat string

Name() public static méthode

Generates a random Beer Name
public static Name ( ) : string
Résultat string

Style() public static méthode

Generates a random Beer Style
public static Style ( ) : string
Résultat string

Yeast() public static méthode

Generates a random yeast type
public static Yeast ( ) : string
Résultat string