C# 클래스 Epiworx.Test.Helpers.DataHelper

파일 보기 프로젝트 열기: mattruma/epiworx-csla

공개 메소드들

메소드 설명
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

메소드 상세

RandomDateTime() 공개 정적인 메소드

public static RandomDateTime ( ) : System.DateTime
리턴 System.DateTime

RandomDecimal() 공개 정적인 메소드

public static RandomDecimal ( int length, int precision ) : decimal
length int
precision int
리턴 decimal

RandomEmail() 공개 정적인 메소드

public static RandomEmail ( ) : string
리턴 string

RandomInteger() 공개 정적인 메소드

public static RandomInteger ( int length ) : int
length int
리턴 int

RandomNumber() 공개 정적인 메소드

public static RandomNumber ( int maxValue ) : int
maxValue int
리턴 int

RandomNumber() 공개 정적인 메소드

public static RandomNumber ( int minValue, int maxValue ) : int
minValue int
maxValue int
리턴 int

RandomPassword() 공개 정적인 메소드

public static RandomPassword ( int length ) : string
length int
리턴 string

RandomPhoneNumber() 공개 정적인 메소드

public static RandomPhoneNumber ( ) : string
리턴 string

RandomString() 공개 정적인 메소드

public static RandomString ( int length ) : string
length int
리턴 string