C# Class Faker.Extension.StringExtensions

Show file Open project: diogolmenezes/Faker

Public Methods

Method Description
IsIdField ( this fieldName ) : bool
IsLoginField ( this fieldName ) : bool
IsMailField ( this fieldName ) : bool
IsNameField ( this fieldName ) : bool

Method Details

IsIdField() public static method

public static IsIdField ( this fieldName ) : bool
fieldName this
return bool

IsLoginField() public static method

public static IsLoginField ( this fieldName ) : bool
fieldName this
return bool

IsMailField() public static method

public static IsMailField ( this fieldName ) : bool
fieldName this
return bool

IsNameField() public static method

public static IsNameField ( this fieldName ) : bool
fieldName this
return bool