C# 클래스 DacpacExplorer.Pages.PropertiesPageBuilder

파일 보기 프로젝트 열기: GoEddie/DacpacExplorer 1 사용 예제들

공개 메소드들

메소드 설명
GetPropertiesDisplay ( TSqlObject item ) : UIElement
GetPropertiesDisplayForDacpac ( TSqlModel model ) : UIElement
GetPropertiesDisplayForValidationMessages ( IList messages ) : UIElement
GetPropertiesDisplayPanel ( string name ) : StackPanel
GetPropertyLabel ( string name, string val ) : UIElement

비공개 메소드들

메소드 설명
AddCustomProperties ( TSqlObject item, StackPanel panel ) : void
AddPropertiesForColumn ( System.Windows.Controls.Panel panel, TSqlObject column ) : void
AddPropertiesForDefaultConstraint ( System.Windows.Controls.Panel panel, TSqlObject key ) : void
AddPropertiesForDmlTrigger ( System.Windows.Controls.Panel panel, TSqlObject key ) : void
AddPropertiesForForeignKey ( System.Windows.Controls.Panel panel, TSqlObject key ) : void
AddPropertiesForIndex ( System.Windows.Controls.Panel panel, TSqlObject index ) : void
AddPropertiesForPrimaryKey ( System.Windows.Controls.Panel panel, TSqlObject key ) : void
GetPropertiesNameLabel ( string name ) : UIElement
GetPropertiesPanel ( ) : StackPanel
GetSimplePropertyLabel ( string value ) : UIElement

메소드 상세

GetPropertiesDisplay() 공개 메소드

public GetPropertiesDisplay ( TSqlObject item ) : UIElement
item TSqlObject
리턴 UIElement

GetPropertiesDisplayForDacpac() 공개 메소드

public GetPropertiesDisplayForDacpac ( TSqlModel model ) : UIElement
model TSqlModel
리턴 UIElement

GetPropertiesDisplayForValidationMessages() 공개 메소드

public GetPropertiesDisplayForValidationMessages ( IList messages ) : UIElement
messages IList
리턴 UIElement

GetPropertiesDisplayPanel() 공개 정적인 메소드

public static GetPropertiesDisplayPanel ( string name ) : StackPanel
name string
리턴 System.Windows.Controls.StackPanel

GetPropertyLabel() 공개 정적인 메소드

public static GetPropertyLabel ( string name, string val ) : UIElement
name string
val string
리턴 UIElement