Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the MATERIAL EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMATERIAL(MATERIAL mATERIAL)
 {
     base.AddObject("MATERIAL", mATERIAL);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new MATERIAL object.
 /// </summary>
 /// <param name="codMaterial">Initial value of the CodMaterial property.</param>
 public static MATERIAL CreateMATERIAL(global::System.Int16 codMaterial)
 {
     MATERIAL mATERIAL = new MATERIAL();
     mATERIAL.CodMaterial = codMaterial;
     return mATERIAL;
 }