C# Class SIP_Agent.View.PersonInfo

Interaction logic for PersonInfo.xaml
Inheritance: System.Windows.Controls.UserControl, ISwitchable
Afficher le fichier Open project: anroots/SIP-Agent

Méthodes publiques

Свойство Type Description
CurrentPerson Model.Person

Méthodes publiques

Méthode Description
PersonInfo ( ) : System

Don't load anything, just show empty fields

PersonInfo ( int PersonId ) : System

Load an existing person

UtilizeState ( object state ) : void

Private Methods

Méthode Description
Button_Click ( object sender, System e ) : void
btnBack_Click ( object sender, RoutedEventArgs e ) : void

Navigate back to standby screen

btn_sSaveData_Click ( object sender, RoutedEventArgs e ) : void

Save person data

Method Details

PersonInfo() public méthode

Don't load anything, just show empty fields
public PersonInfo ( ) : System
Résultat System

PersonInfo() public méthode

Load an existing person
public PersonInfo ( int PersonId ) : System
PersonId int
Résultat System

UtilizeState() public méthode

public UtilizeState ( object state ) : void
state object
Résultat void

Property Details

CurrentPerson public_oe property

Holds the data for the currently loaded Person
public Model.Person CurrentPerson
Résultat Model.Person