コード例 #1
0
 public void FillFromElement(Element e)
 {
     this.FirstName = Person.GetFirstNameFromFull(e.Value);
     this.LastName  = Person.GetLastNameFromFull(e.Value);
     this.Id        = e.GetAttribute("person_id");
 }