/// <summary> /// Create a new Alerts_Notification object. /// </summary> /// <param name="isProcessed">Initial value of the IsProcessed property.</param> /// <param name="notificationLevel">Initial value of the NotificationLevel property.</param> /// <param name="id">Initial value of the Id property.</param> public static Alerts_Notification CreateAlerts_Notification(global::System.Boolean isProcessed, global::System.Int16 notificationLevel, global::System.Int64 id) { Alerts_Notification alerts_Notification = new Alerts_Notification(); alerts_Notification.IsProcessed = isProcessed; alerts_Notification.NotificationLevel = notificationLevel; alerts_Notification.Id = id; return alerts_Notification; }
/// <summary> /// Deprecated Method for adding a new object to the Alerts_Notification EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAlerts_Notification(Alerts_Notification alerts_Notification) { base.AddObject("Alerts_Notification", alerts_Notification); }