C# 클래스 BloggingSystem.Services.Validators.UserValidator

파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy

공개 메소드들

메소드 설명
GenerateSessionKey ( int userID ) : string
ValidateAuthenticationCode ( string authCode ) : void
ValidateDisplayName ( string displayName ) : void
ValidateSessionKey ( string sessionKey ) : void
ValidateUsername ( string username ) : void

메소드 상세

GenerateSessionKey() 공개 정적인 메소드

public static GenerateSessionKey ( int userID ) : string
userID int
리턴 string

ValidateAuthenticationCode() 공개 정적인 메소드

public static ValidateAuthenticationCode ( string authCode ) : void
authCode string
리턴 void

ValidateDisplayName() 공개 정적인 메소드

public static ValidateDisplayName ( string displayName ) : void
displayName string
리턴 void

ValidateSessionKey() 공개 정적인 메소드

public static ValidateSessionKey ( string sessionKey ) : void
sessionKey string
리턴 void

ValidateUsername() 공개 정적인 메소드

public static ValidateUsername ( string username ) : void
username string
리턴 void