C# 클래스 Castle.Components.Validator.ErrorSummary

파일 보기 프로젝트 열기: nats/castle-1.0.3-mono 1 사용 예제들

공개 메소드들

메소드 설명
GetErrorsForProperty ( string name ) : string[]

Gets the errors for a property.

RegisterErrorMessage ( PropertyInfo property, string message ) : void

Registers the error message per PropertyInfo.

RegisterErrorMessage ( string property, string message ) : void

Registers the error message per PropertyInfo.

메소드 상세

GetErrorsForProperty() 공개 메소드

Gets the errors for a property.
public GetErrorsForProperty ( string name ) : string[]
name string The property name.
리턴 string[]

RegisterErrorMessage() 공개 메소드

Registers the error message per PropertyInfo.
public RegisterErrorMessage ( PropertyInfo property, string message ) : void
property System.Reflection.PropertyInfo The property.
message string The message.
리턴 void

RegisterErrorMessage() 공개 메소드

Registers the error message per PropertyInfo.
public RegisterErrorMessage ( string property, string message ) : void
property string The property.
message string The message.
리턴 void