C# 클래스 LanguageHelpers.Localization.DataAnnotations.Required_Attribute

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

공개 메소드들

메소드 설명
FormatErrorMessage ( string name ) : string
Required_Attribute ( ) : System

보호된 메소드들

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

메소드 상세

FormatErrorMessage() 공개 메소드

public FormatErrorMessage ( string name ) : string
name string
리턴 string

IsValid() 보호된 메소드

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

Required_Attribute() 공개 메소드

public Required_Attribute ( ) : System
리턴 System