示例#1
0
 /// <summary>
 /// Create a new PrInheritance object.
 /// </summary>
 /// <param name="uinheritid">Initial value of the uinheritid property.</param>
 /// <param name="childid">Initial value of the childid property.</param>
 /// <param name="parentid">Initial value of the parentid property.</param>
 /// <param name="parentorder">Initial value of the parentorder property.</param>
 public static PrInheritance CreatePrInheritance(global::System.Int32 uinheritid, global::System.Int32 childid, global::System.Int32 parentid, global::System.Int32 parentorder)
 {
     PrInheritance prInheritance = new PrInheritance();
     prInheritance.uinheritid = uinheritid;
     prInheritance.childid = childid;
     prInheritance.parentid = parentid;
     prInheritance.parentorder = parentorder;
     return prInheritance;
 }
示例#2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the PrInheritances EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToPrInheritances(PrInheritance prInheritance)
 {
     base.AddObject("PrInheritances", prInheritance);
 }