C# 클래스 Signum.Windows.EntityExtensions

파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
AssertErrors ( Modifiable mod, Window window ) : bool
AssertErrors ( this element ) : bool
GetErrors ( Modifiable mod ) : Dictionary>
GetErrors ( this element ) : string
HasChanges ( this element ) : bool
LooseChangesIfAny ( this element ) : bool

비공개 메소드들

메소드 설명
VisualErrors ( FrameworkElement element ) : string

메소드 상세

AssertErrors() 공개 정적인 메소드

public static AssertErrors ( Modifiable mod, Window window ) : bool
mod Signum.Entities.Modifiable
window System.Windows.Window
리턴 bool

AssertErrors() 공개 정적인 메소드

public static AssertErrors ( this element ) : bool
element this
리턴 bool

GetErrors() 공개 정적인 메소드

public static GetErrors ( Modifiable mod ) : Dictionary>
mod Signum.Entities.Modifiable
리턴 Dictionary>

GetErrors() 공개 정적인 메소드

public static GetErrors ( this element ) : string
element this
리턴 string

HasChanges() 공개 정적인 메소드

public static HasChanges ( this element ) : bool
element this
리턴 bool

LooseChangesIfAny() 공개 정적인 메소드

public static LooseChangesIfAny ( this element ) : bool
element this
리턴 bool