C# 클래스 Faker.Beer

A collection of Beer related generator tasks.
파일 보기 프로젝트 열기: AdmiringWorm/Faker.NET.Portable

공개 메소드들

메소드 설명
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

메소드 상세

Alcohol() 공개 정적인 메소드

Generates a random alcohol percentage between 2.0 and 10.0
public static Alcohol ( ) : string
리턴 string

Hop() 공개 정적인 메소드

Generates a random hop type
public static Hop ( ) : string
리턴 string

IBU() 공개 정적인 메소드

Generates a random IBU (Bitterness of the beer)
Description of IBU is at
public static IBU ( ) : string
리턴 string

Malt() 공개 정적인 메소드

Generates a random beer malt type
public static Malt ( ) : string
리턴 string

Name() 공개 정적인 메소드

Generates a random Beer Name
public static Name ( ) : string
리턴 string

Style() 공개 정적인 메소드

Generates a random Beer Style
public static Style ( ) : string
리턴 string

Yeast() 공개 정적인 메소드

Generates a random yeast type
public static Yeast ( ) : string
리턴 string