C# 클래스 Cats.Models.Hubs.DateStartAttribute

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

공개 메소드들

메소드 설명
IsValid ( object value ) : bool

Determines whether the specified value of the object is valid.

메소드 상세

IsValid() 공개 메소드

Determines whether the specified value of the object is valid.
public IsValid ( object value ) : bool
value object The value of the object to validate.
리턴 bool