C# 클래스 CloudMedicApi.Utility.PersonRandomizer

상속: Randomizer
파일 보기 프로젝트 열기: crypteron/cloudmedic

공개 메소드들

메소드 설명
CreateRandomNurse ( ) : ApplicationUser
CreateRandomPatient ( ) : ApplicationUser
CreateRandomPerson ( ) : ApplicationUser
CreateRandomPhysician ( ) : ApplicationUser
CreateRandomSupporter ( ) : ApplicationUser
GetRandomCC ( ) : string
GetRandomDob ( ) : System.DateTime
GetRandomItem ( ) : string
GetRandomNames ( ) : string
GetRandomSSN ( ) : string
GetRandomTime ( int withinLastXYears ) : System.DateTime

메소드 상세

CreateRandomNurse() 공개 정적인 메소드

public static CreateRandomNurse ( ) : ApplicationUser
리턴 CloudMedicApi.Models.ApplicationUser

CreateRandomPatient() 공개 정적인 메소드

public static CreateRandomPatient ( ) : ApplicationUser
리턴 CloudMedicApi.Models.ApplicationUser

CreateRandomPerson() 공개 정적인 메소드

public static CreateRandomPerson ( ) : ApplicationUser
리턴 CloudMedicApi.Models.ApplicationUser

CreateRandomPhysician() 공개 정적인 메소드

public static CreateRandomPhysician ( ) : ApplicationUser
리턴 CloudMedicApi.Models.ApplicationUser

CreateRandomSupporter() 공개 정적인 메소드

public static CreateRandomSupporter ( ) : ApplicationUser
리턴 CloudMedicApi.Models.ApplicationUser

GetRandomCC() 공개 메소드

public GetRandomCC ( ) : string
리턴 string

GetRandomDob() 공개 정적인 메소드

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

GetRandomItem() 공개 메소드

public GetRandomItem ( ) : string
리턴 string

GetRandomNames() 공개 메소드

public GetRandomNames ( ) : string
리턴 string

GetRandomSSN() 공개 메소드

public GetRandomSSN ( ) : string
리턴 string

GetRandomTime() 공개 정적인 메소드

public static GetRandomTime ( int withinLastXYears ) : System.DateTime
withinLastXYears int
리턴 System.DateTime