C# 클래스 Zetbox.Client.ValidationError

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: daszat/zetbox 1 사용 예제들

공개 메소드들

메소드 설명
AddChild ( ValidationError child ) : void
AddChildren ( IEnumerable children ) : void
AddError ( string error ) : void
AddErrors ( IEnumerable errors ) : void
ToString ( ) : string
ValidationError ( Zetbox.Client.Presentables.ViewModel source ) : System

메소드 상세

AddChild() 공개 메소드

public AddChild ( ValidationError child ) : void
child ValidationError
리턴 void

AddChildren() 공개 메소드

public AddChildren ( IEnumerable children ) : void
children IEnumerable
리턴 void

AddError() 공개 메소드

public AddError ( string error ) : void
error string
리턴 void

AddErrors() 공개 메소드

public AddErrors ( IEnumerable errors ) : void
errors IEnumerable
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ValidationError() 공개 메소드

public ValidationError ( Zetbox.Client.Presentables.ViewModel source ) : System
source Zetbox.Client.Presentables.ViewModel
리턴 System