C# Class Signum.Windows.EntityTitle

Interaction logic for EntityTitle.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: signumsoftware/framework

Méthodes publiques

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

Private Methods

Méthode Description
GetTitle ( ModifiableEntity mod ) : string

Method Details

EntityTitle() public méthode

public EntityTitle ( ) : System
Résultat System

EntityTitle_DataContextChanged() public méthode

public EntityTitle_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
sender object
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

SetTitleText() public méthode

public SetTitleText ( string text ) : void
text string
Résultat void