C# Class Epiworx.Test.Helpers.DataHelper

Afficher le fichier Open project: mattruma/epiworx-csla

Méthodes publiques

Méthode Description
RandomDateTime ( ) : System.DateTime
RandomDecimal ( int length, int precision ) : decimal
RandomEmail ( ) : string
RandomInteger ( int length ) : int
RandomNumber ( int maxValue ) : int
RandomNumber ( int minValue, int maxValue ) : int
RandomPassword ( int length ) : string
RandomPhoneNumber ( ) : string
RandomString ( int length ) : string

Method Details

RandomDateTime() public static méthode

public static RandomDateTime ( ) : System.DateTime
Résultat System.DateTime

RandomDecimal() public static méthode

public static RandomDecimal ( int length, int precision ) : decimal
length int
precision int
Résultat decimal

RandomEmail() public static méthode

public static RandomEmail ( ) : string
Résultat string

RandomInteger() public static méthode

public static RandomInteger ( int length ) : int
length int
Résultat int

RandomNumber() public static méthode

public static RandomNumber ( int maxValue ) : int
maxValue int
Résultat int

RandomNumber() public static méthode

public static RandomNumber ( int minValue, int maxValue ) : int
minValue int
maxValue int
Résultat int

RandomPassword() public static méthode

public static RandomPassword ( int length ) : string
length int
Résultat string

RandomPhoneNumber() public static méthode

public static RandomPhoneNumber ( ) : string
Résultat string

RandomString() public static méthode

public static RandomString ( int length ) : string
length int
Résultat string