C# 클래스 Faker.Name

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

공개 메소드들

메소드 설명
First ( ) : string

Creates a random first name.

FullName ( ) : string

Creates a name using random format.

FullName ( NameFormats format ) : string

Creates a random name using the specified format.

Last ( ) : string

Creates a random Last name

Prefix ( ) : string

Creates a random prefix.

Suffix ( ) : string

Creates a random suffix.

메소드 상세

First() 공개 정적인 메소드

Creates a random first name.
public static First ( ) : string
리턴 string

FullName() 공개 정적인 메소드

Creates a name using random format.
public static FullName ( ) : string
리턴 string

FullName() 공개 정적인 메소드

Creates a random name using the specified format.
public static FullName ( NameFormats format ) : string
format NameFormats The name format.
리턴 string

Last() 공개 정적인 메소드

Creates a random Last name
public static Last ( ) : string
리턴 string

Prefix() 공개 정적인 메소드

Creates a random prefix.
public static Prefix ( ) : string
리턴 string

Suffix() 공개 정적인 메소드

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