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