C# 클래스 Neddle.Validation.GuidValidator

Contains methods for validating Guid instances.
파일 보기 프로젝트 열기: kcargile/neddle

공개 메소드들

메소드 설명
IsNotEmpty ( System.Guid obj, System.ComponentModel.DataAnnotations.ValidationContext context ) : System.ComponentModel.DataAnnotations.ValidationResult

Determines whether the specified Guid is equal to Guid.Empty.

메소드 상세

IsNotEmpty() 공개 정적인 메소드

Determines whether the specified Guid is equal to Guid.Empty.
public static IsNotEmpty ( System.Guid obj, System.ComponentModel.DataAnnotations.ValidationContext context ) : System.ComponentModel.DataAnnotations.ValidationResult
obj System.Guid The object.
context System.ComponentModel.DataAnnotations.ValidationContext The context.
리턴 System.ComponentModel.DataAnnotations.ValidationResult