コード例 #1
0
ファイル: Model.Designer.cs プロジェクト: vitelize/YouFood
 /// <summary>
 /// Deprecated Method for adding a new object to the TypeNotificationJeu EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTypeNotificationJeu(TypeNotification typeNotification)
 {
     base.AddObject("TypeNotificationJeu", typeNotification);
 }
コード例 #2
0
ファイル: Model.Designer.cs プロジェクト: vitelize/YouFood
 /// <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;
 }