/// <summary> /// Create a new ClientContact object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="clientContact_Client">Initial value of the ClientContact_Client property.</param> /// <param name="rowVersion">Initial value of the RowVersion property.</param> public static ClientContact CreateClientContact(global::System.Int32 id, global::System.Int32 clientContact_Client, global::System.Byte[] rowVersion) { ClientContact clientContact = new ClientContact(); clientContact.Id = id; clientContact.ClientContact_Client = clientContact_Client; clientContact.RowVersion = rowVersion; return clientContact; }
/// <summary> /// Deprecated Method for adding a new object to the ClientContacts EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToClientContacts(ClientContact clientContact) { base.AddObject("ClientContacts", clientContact); }