コード例 #1
0
ファイル: ModelDb.Designer.cs プロジェクト: petik/web_lr
 /// <summary>
 /// Create a new Contact object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="phone">Initial value of the Phone property.</param>
 /// <param name="email">Initial value of the Email property.</param>
 public static Contact CreateContact(global::System.Int32 id, global::System.String name, global::System.String phone, global::System.String email)
 {
     Contact contact = new Contact();
     contact.Id = id;
     contact.Name = name;
     contact.Phone = phone;
     contact.Email = email;
     return contact;
 }
コード例 #2
0
ファイル: ModelDb.Designer.cs プロジェクト: petik/web_lr
 /// <summary>
 /// Deprecated Method for adding a new object to the Contact EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToContact(Contact contact)
 {
     base.AddObject("Contact", contact);
 }