C# Class Faker.Name

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

Public Methods

Method Description
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.

Method Details

First() public static method

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

FullName() public static method

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

FullName() public static method

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

Last() public static method

Creates a random Last name
public static Last ( ) : string
return string

Prefix() public static method

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

Suffix() public static method

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