C# 클래스 Faker.Extension.StringExtensions

파일 보기 프로젝트 열기: diogolmenezes/Faker

공개 메소드들

메소드 설명
IsIdField ( this fieldName ) : bool
IsLoginField ( this fieldName ) : bool
IsMailField ( this fieldName ) : bool
IsNameField ( this fieldName ) : bool

메소드 상세

IsIdField() 공개 정적인 메소드

public static IsIdField ( this fieldName ) : bool
fieldName this
리턴 bool

IsLoginField() 공개 정적인 메소드

public static IsLoginField ( this fieldName ) : bool
fieldName this
리턴 bool

IsMailField() 공개 정적인 메소드

public static IsMailField ( this fieldName ) : bool
fieldName this
리턴 bool

IsNameField() 공개 정적인 메소드

public static IsNameField ( this fieldName ) : bool
fieldName this
리턴 bool