C# 클래스 Signum.Windows.EntityTitle

Interaction logic for EntityTitle.xaml
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: signumsoftware/framework

공개 메소드들

메소드 설명
EntityTitle ( ) : System
EntityTitle_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetTitleText ( string text ) : void

비공개 메소드들

메소드 설명
GetTitle ( ModifiableEntity mod ) : string

메소드 상세

EntityTitle() 공개 메소드

public EntityTitle ( ) : System
리턴 System

EntityTitle_DataContextChanged() 공개 메소드

public EntityTitle_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
리턴 void

SetTitleText() 공개 메소드

public SetTitleText ( string text ) : void
text string
리턴 void