C# Class Faker.Company

Static company class
Exibir arquivo Open project: AdmiringWorm/Faker.NET.Portable

Public Methods

Method Description
Bullshit ( ) : string

When a straight answer won't do, Bullshit to the rescue!

Wordlist originates from

CatchPhrase ( ) : string

Generates a buzzword-laden catch phrase

Wordlist originates from

Logo ( ) : string

Gets a random logo URL.

Name ( ) : string

Generates a random Company name

Suffix ( ) : string

Generates a random Company suffix.

Method Details

Bullshit() public static method

When a straight answer won't do, Bullshit to the rescue!
Wordlist originates from
public static Bullshit ( ) : string
return string

CatchPhrase() public static method

Generates a buzzword-laden catch phrase
Wordlist originates from
public static CatchPhrase ( ) : string
return string

Logo() public static method

Gets a random logo URL.
public static Logo ( ) : string
return string

Name() public static method

Generates a random Company name
public static Name ( ) : string
return string

Suffix() public static method

Generates a random Company suffix.
public static Suffix ( ) : string
return string