/// <summary> /// Create a new OP_MATERIAL object. /// </summary> /// <param name="coMaterial">Initial value of the coMaterial property.</param> public static OP_MATERIAL CreateOP_MATERIAL(global::System.Int32 coMaterial) { OP_MATERIAL oP_MATERIAL = new OP_MATERIAL(); oP_MATERIAL.coMaterial = coMaterial; return oP_MATERIAL; }
/// <summary> /// Deprecated Method for adding a new object to the OP_MATERIAL EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOP_MATERIAL(OP_MATERIAL oP_MATERIAL) { base.AddObject("OP_MATERIAL", oP_MATERIAL); }