示例#1
0
 /**
  * Build out this person with a display exension.
  *
  * @param display the display.
  * @return this
  */
 public Person SetDisplayExtension(DisplayProperties display)
 {
     DisplayExtension = display;
     return(this);
 }
示例#2
0
 /**
  * Build out this person with a display exension.
  *
  * @param display the display.
  * @return this
  */
 public Person SetDisplayExtension(DisplayProperties display)
 {
     DisplayExtension = display;
     return this;
 }