/// <summary> /// Deprecated Method for adding a new object to the emailTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToemailTypes(emailType emailType) { base.AddObject("emailTypes", emailType); }
/// <summary> /// Create a new emailType object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static emailType CreateemailType(global::System.Guid id) { emailType emailType = new emailType(); emailType.id = id; return emailType; }