Exemplo n.º 1
0
 /// <summary>
 /// Create a new sKPO object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 public static sKPO CreatesKPO(global::System.Decimal id)
 {
     sKPO sKPO = new sKPO();
     sKPO.id = id;
     return sKPO;
 }
 private bool FiltersKPO(sKPO entity)
 {
     return (entity.id == this.id_kpo);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the sKPOes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTosKPOes(sKPO sKPO)
 {
     base.AddObject("sKPOes", sKPO);
 }