메소드 | 설명 | |
---|---|---|
AttributeValidationItem ( System.ComponentModel.DataAnnotations.ValidationAttribute attribute, string propertyName ) : System |
Initializes a new instance of the AttributeValidationItem class.
|
|
Validate ( object obj, object propertyValue ) : string |
public AttributeValidationItem ( System.ComponentModel.DataAnnotations.ValidationAttribute attribute, string propertyName ) : System | ||
attribute | System.ComponentModel.DataAnnotations.ValidationAttribute | |
propertyName | string | |
리턴 | System |
public Validate ( object obj, object propertyValue ) : string | ||
obj | object | |
propertyValue | object | |
리턴 | string |