Example #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MACRO EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMACRO(MACRO mACRO)
 {
     base.AddObject("MACRO", mACRO);
 }
Example #2
0
 /// <summary>
 /// Create a new MACRO object.
 /// </summary>
 /// <param name="codMacro">Initial value of the CodMacro property.</param>
 public static MACRO CreateMACRO(global::System.Int32 codMacro)
 {
     MACRO mACRO = new MACRO();
     mACRO.CodMacro = codMacro;
     return mACRO;
 }