C# Class Signum.Windows.EntityTitle

Interaction logic for EntityTitle.xaml
Inheritance: System.Windows.Controls.UserControl
Mostra file Open project: signumsoftware/framework

Public Methods

Method Description
EntityTitle ( ) : System
EntityTitle_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetTitleText ( string text ) : void

Private Methods

Method Description
GetTitle ( ModifiableEntity mod ) : string

Method Details

EntityTitle() public method

public EntityTitle ( ) : System
return System

EntityTitle_DataContextChanged() public method

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

SetTitleText() public method

public SetTitleText ( string text ) : void
text string
return void