C# Class FakeO.Name

Afficher le fichier Open project: rally25rs/FakeO

Méthodes publiques

Méthode Description
First ( ) : string
FullName ( ) : string

Create a name using a random format.

FullName ( NameFormats format ) : string

Create a name using a specified format.

Last ( ) : string
Prefix ( ) : string
Suffix ( ) : string

Method Details

First() public static méthode

public static First ( ) : string
Résultat string

FullName() public static méthode

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

FullName() public static méthode

Create a name using a specified format.
public static FullName ( NameFormats format ) : string
format NameFormats
Résultat string

Last() public static méthode

public static Last ( ) : string
Résultat string

Prefix() public static méthode

public static Prefix ( ) : string
Résultat string

Suffix() public static méthode

public static Suffix ( ) : string
Résultat string