C# 클래스 SIP_Agent.View.PersonInfo

Interaction logic for PersonInfo.xaml
상속: System.Windows.Controls.UserControl, ISwitchable
파일 보기 프로젝트 열기: anroots/SIP-Agent

공개 프로퍼티들

프로퍼티 타입 설명
CurrentPerson Model.Person

공개 메소드들

메소드 설명
PersonInfo ( ) : System

Don't load anything, just show empty fields

PersonInfo ( int PersonId ) : System

Load an existing person

UtilizeState ( object state ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

PersonInfo() 공개 메소드

Don't load anything, just show empty fields
public PersonInfo ( ) : System
리턴 System

PersonInfo() 공개 메소드

Load an existing person
public PersonInfo ( int PersonId ) : System
PersonId int
리턴 System

UtilizeState() 공개 메소드

public UtilizeState ( object state ) : void
state object
리턴 void

프로퍼티 상세

CurrentPerson 공개적으로 프로퍼티

Holds the data for the currently loaded Person
public Model.Person CurrentPerson
리턴 Model.Person