C# Class Faker.Name

Static name class
Afficher le fichier Open project: AdmiringWorm/Faker.NET.Portable

Méthodes publiques

Méthode 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 méthode

Creates a random first name.
public static First ( ) : string
Résultat string

FullName() public static méthode

Creates a name using random format.
public static FullName ( ) : string
Résultat string

FullName() public static méthode

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

Last() public static méthode

Creates a random Last name
public static Last ( ) : string
Résultat string

Prefix() public static méthode

Creates a random prefix.
public static Prefix ( ) : string
Résultat string

Suffix() public static méthode

Creates a random suffix.
public static Suffix ( ) : string
Résultat string