/// <summary> /// Create a new SpecialCharacter_Eng object. /// </summary> /// <param name="characterType">Initial value of the CharacterType property.</param> /// <param name="presCharacter">Initial value of the PresCharacter 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_Eng CreateSpecialCharacter_Eng(global::System.String characterType, global::System.String presCharacter, global::System.String userId, global::System.DateTime logDate) { SpecialCharacter_Eng specialCharacter_Eng = new SpecialCharacter_Eng(); specialCharacter_Eng.CharacterType = characterType; specialCharacter_Eng.PresCharacter = presCharacter; specialCharacter_Eng.UserId = userId; specialCharacter_Eng.LogDate = logDate; return specialCharacter_Eng; }
/// <summary> /// Deprecated Method for adding a new object to the SpecialCharacter_Eng EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToSpecialCharacter_Eng(SpecialCharacter_Eng specialCharacter_Eng) { base.AddObject("SpecialCharacter_Eng", specialCharacter_Eng); }