/// <summary>
 /// Create a new SpecialCharacter object.
 /// </summary>
 /// <param name="characterType">Initial value of the CharacterType property.</param>
 /// <param name="presCharacter">Initial value of the PresCharacter property.</param>
 /// <param name="aggregPossible">Initial value of the AggregPossible property.</param>
 /// <param name="dataCellPres">Initial value of the DataCellPres property.</param>
 /// <param name="userId">Initial value of the UserId property.</param>
 /// <param name="logDate">Initial value of the LogDate property.</param>
 public static SpecialCharacter CreateSpecialCharacter(global::System.String characterType, global::System.String presCharacter, global::System.String aggregPossible, global::System.String dataCellPres, global::System.String userId, global::System.DateTime logDate)
 {
     SpecialCharacter specialCharacter = new SpecialCharacter();
     specialCharacter.CharacterType = characterType;
     specialCharacter.PresCharacter = presCharacter;
     specialCharacter.AggregPossible = aggregPossible;
     specialCharacter.DataCellPres = dataCellPres;
     specialCharacter.UserId = userId;
     specialCharacter.LogDate = logDate;
     return specialCharacter;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the SpecialCharacter EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSpecialCharacter(SpecialCharacter specialCharacter)
 {
     base.AddObject("SpecialCharacter", specialCharacter);
 }