/// <summary> /// Deprecated Method for adding a new object to the TypeNotificationJeu EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToTypeNotificationJeu(TypeNotification typeNotification) { base.AddObject("TypeNotificationJeu", typeNotification); }
/// <summary> /// Create a new TypeNotification object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="name">Initial value of the Name property.</param> public static TypeNotification CreateTypeNotification(global::System.Int32 id, global::System.DateTime name) { TypeNotification typeNotification = new TypeNotification(); typeNotification.ID = id; typeNotification.Name = name; return typeNotification; }