C# 클래스 Faker.Company

Static company class
파일 보기 프로젝트 열기: AdmiringWorm/Faker.NET.Portable

공개 메소드들

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

메소드 상세

Bullshit() 공개 정적인 메소드

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

CatchPhrase() 공개 정적인 메소드

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

Logo() 공개 정적인 메소드

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

Name() 공개 정적인 메소드

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

Suffix() 공개 정적인 메소드

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