C# 클래스 reExp.Utils.Utils

파일 보기 프로젝트 열기: ren85/rextester_win

공개 프로퍼티들

프로퍼티 타입 설명
BaseUrl string

공개 메소드들

메소드 설명
GetCurrentPage ( ) : PagesEnum
GetGuid ( ) : string
GetTrulyRandom ( ) : Random
GetUrl ( PagesEnum page ) : string
RandomLetter ( ) : string
RandomString ( bool guid = false ) : string

메소드 상세

GetCurrentPage() 공개 정적인 메소드

public static GetCurrentPage ( ) : PagesEnum
리턴 PagesEnum

GetGuid() 공개 정적인 메소드

public static GetGuid ( ) : string
리턴 string

GetTrulyRandom() 공개 정적인 메소드

public static GetTrulyRandom ( ) : Random
리턴 System.Random

GetUrl() 공개 정적인 메소드

public static GetUrl ( PagesEnum page ) : string
page PagesEnum
리턴 string

RandomLetter() 공개 정적인 메소드

public static RandomLetter ( ) : string
리턴 string

RandomString() 공개 정적인 메소드

public static RandomString ( bool guid = false ) : string
guid bool
리턴 string

프로퍼티 상세

BaseUrl 공개적으로 정적으로 프로퍼티

public static string BaseUrl
리턴 string