C# 클래스 GenFu.ValueGenerators.People.Names

상속: BaseValueGenerator
파일 보기 프로젝트 열기: MisterJames/GenFu

공개 메소드들

메소드 설명
FirstName ( ) : string
FullName ( ) : string
LastName ( ) : string
PersonTitle ( ) : string
Title ( ) : string
UserName ( ) : string

메소드 상세

FirstName() 공개 정적인 메소드

public static FirstName ( ) : string
리턴 string

FullName() 공개 정적인 메소드

public static FullName ( ) : string
리턴 string

LastName() 공개 정적인 메소드

public static LastName ( ) : string
리턴 string

PersonTitle() 공개 정적인 메소드

public static PersonTitle ( ) : string
리턴 string

Title() 공개 정적인 메소드

public static Title ( ) : string
리턴 string

UserName() 공개 정적인 메소드

public static UserName ( ) : string
리턴 string