메소드 | 설명 | |
---|---|---|
Employees_get ( string iKey ) : EmployeeInfo |
By convention, when VMController receives a list item from the client, it will look for the function that starts with the list property name and ends with "_get" to access the list item for the purpose of updating its value.
|
|
GridViewVM ( ) : System |
Constructor.
|
메소드 | 설명 | |
---|---|---|
Employee_PropertyChanged ( object sender, |
If employee info changed and is currently selected, make sure the displayed name and phone are updated too.
|
public Employees_get ( string iKey ) : EmployeeInfo | ||
iKey | string | List item key. |
리턴 | EmployeeInfo |