C# Class Epiworx.Test.Helpers.DataHelper

ファイルを表示 Open project: mattruma/epiworx-csla

Public Methods

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

public static RandomDateTime ( ) : System.DateTime
return System.DateTime

RandomDecimal() public static method

public static RandomDecimal ( int length, int precision ) : decimal
length int
precision int
return decimal

RandomEmail() public static method

public static RandomEmail ( ) : string
return string

RandomInteger() public static method

public static RandomInteger ( int length ) : int
length int
return int

RandomNumber() public static method

public static RandomNumber ( int maxValue ) : int
maxValue int
return int

RandomNumber() public static method

public static RandomNumber ( int minValue, int maxValue ) : int
minValue int
maxValue int
return int

RandomPassword() public static method

public static RandomPassword ( int length ) : string
length int
return string

RandomPhoneNumber() public static method

public static RandomPhoneNumber ( ) : string
return string

RandomString() public static method

public static RandomString ( int length ) : string
length int
return string