C# Class FakeO.Name

Show file Open project: rally25rs/FakeO

Public Methods

Method 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 method

public static First ( ) : string
return string

FullName() public static method

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

FullName() public static method

Create a name using a specified format.
public static FullName ( NameFormats format ) : string
format NameFormats
return string

Last() public static method

public static Last ( ) : string
return string

Prefix() public static method

public static Prefix ( ) : string
return string

Suffix() public static method

public static Suffix ( ) : string
return string