C# 클래스 HermaFx.DataAnnotations.ValidateElementsUsingAttribute

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

공개 메소드들

메소드 설명
ValidateElementsUsingAttribute ( Type metadataType, string propertyName ) : System
ValidateElementsUsingAttribute ( Type metadataType, string propertyName, string errorMessage ) : System

보호된 메소드들

메소드 설명
IsValid ( object value, System.ComponentModel.DataAnnotations.ValidationContext context ) : System.ComponentModel.DataAnnotations.ValidationResult

비공개 메소드들

메소드 설명
ValidateClass ( object value, System.ComponentModel.DataAnnotations.ValidationContext context, IEnumerable attributes ) : IEnumerable
ValidateProperties ( object value, System.ComponentModel.DataAnnotations.ValidationContext context ) : IEnumerable

메소드 상세

IsValid() 보호된 메소드

protected IsValid ( object value, System.ComponentModel.DataAnnotations.ValidationContext context ) : System.ComponentModel.DataAnnotations.ValidationResult
value object
context System.ComponentModel.DataAnnotations.ValidationContext
리턴 System.ComponentModel.DataAnnotations.ValidationResult

ValidateElementsUsingAttribute() 공개 메소드

public ValidateElementsUsingAttribute ( Type metadataType, string propertyName ) : System
metadataType System.Type
propertyName string
리턴 System

ValidateElementsUsingAttribute() 공개 메소드

public ValidateElementsUsingAttribute ( Type metadataType, string propertyName, string errorMessage ) : System
metadataType System.Type
propertyName string
errorMessage string
리턴 System