C# 클래스 Rock.Data.NotEmptyGuidAttribute

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

공개 메소드들

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

Determines whether the specified value of the object is valid.

NotEmptyGuidAttribute ( ) : System

Initializes a new instance of the NotEmptyGuidAttribute class.

메소드 상세

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

NotEmptyGuidAttribute() 공개 메소드

Initializes a new instance of the NotEmptyGuidAttribute class.
public NotEmptyGuidAttribute ( ) : System
리턴 System