Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the recsys_type EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTorecsys_type(recsys_type recsys_type)
 {
     base.AddObject("recsys_type", recsys_type);
 }
Exemple #2
0
 /// <summary>
 /// Create a new recsys_type object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="type">Initial value of the type property.</param>
 /// <param name="name">Initial value of the name property.</param>
 /// <param name="status">Initial value of the status property.</param>
 /// <param name="default">Initial value of the default property.</param>
 public static recsys_type Createrecsys_type(global::System.Int32 id, global::System.Byte type, global::System.String name, global::System.Byte status, global::System.Byte @default)
 {
     recsys_type recsys_type = new recsys_type();
     recsys_type.id = id;
     recsys_type.type = type;
     recsys_type.name = name;
     recsys_type.status = status;
     recsys_type.@default = @default;
     return recsys_type;
 }