/// <summary> /// Create a new ClientContact object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="isDeleted">Initial value of the IsDeleted property.</param> public static ClientContact CreateClientContact(global::System.Int64 id, global::System.Int32 isDeleted) { ClientContact clientContact = new ClientContact(); clientContact.ID = id; clientContact.IsDeleted = isDeleted; 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); }