Beispiel #1
0
 /// <summary>
 /// Updates the lexical convention of the person's name.
 /// </summary>
 /// <param name="lexicalConvention">The lexical convention of the person's name.</param>
 public virtual void UpdateLexicalConvention(PersonalNameLexicalConvention lexicalConvention)
 {
     this.lexicalConvention = lexicalConvention;
 }
 /// <summary>
 /// Updates the lexical convention of the person's name.
 /// </summary>
 /// <param name="lexicalConvention">The lexical convention of the person's name.</param>
 public virtual void UpdateLexicalConvention(PersonalNameLexicalConvention lexicalConvention)
 {
     this.lexicalConvention = lexicalConvention;
 }