Exemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the inventory_collection_target_readers EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToinventory_collection_target_readers(inventory_collection_target_readers inventory_collection_target_readers)
 {
     base.AddObject("inventory_collection_target_readers", inventory_collection_target_readers);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a new inventory_collection_target_readers object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="collection_id">Initial value of the collection_id property.</param>
 /// <param name="target_readers_id">Initial value of the target_readers_id property.</param>
 public static inventory_collection_target_readers Createinventory_collection_target_readers(global::System.Int32 id, global::System.Int32 collection_id, global::System.Int32 target_readers_id)
 {
     inventory_collection_target_readers inventory_collection_target_readers = new inventory_collection_target_readers();
     inventory_collection_target_readers.id = id;
     inventory_collection_target_readers.collection_id = collection_id;
     inventory_collection_target_readers.target_readers_id = target_readers_id;
     return inventory_collection_target_readers;
 }