C# 클래스 EventServer.Core.ViewModels.CustomValidatorAttribute

상속: System.ComponentModel.DataAnnotations.ValidationAttribute
파일 보기 프로젝트 열기: roundtable/EventServer

공개 메소드들

메소드 설명
CustomValidatorAttribute ( string method, string errorMessage ) : System
IsValid ( object value ) : bool

메소드 상세

CustomValidatorAttribute() 공개 메소드

public CustomValidatorAttribute ( string method, string errorMessage ) : System
method string
errorMessage string
리턴 System

IsValid() 공개 메소드

public IsValid ( object value ) : bool
value object
리턴 bool