/// <summary> /// Create a new COLLAR_OR object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="bHID">Initial value of the BHID property.</param> /// <param name="xCOLLAR">Initial value of the XCOLLAR property.</param> /// <param name="yCOLLAR">Initial value of the YCOLLAR property.</param> /// <param name="zCOLLAR">Initial value of the ZCOLLAR property.</param> /// <param name="eNDDEPTH">Initial value of the ENDDEPTH property.</param> /// <param name="dOMEN">Initial value of the DOMEN property.</param> public static COLLAR_OR CreateCOLLAR_OR(global::System.Int32 id, global::System.String bHID, global::System.Double xCOLLAR, global::System.Double yCOLLAR, global::System.Double zCOLLAR, global::System.Double eNDDEPTH, global::System.Int32 dOMEN) { COLLAR_OR cOLLAR_OR = new COLLAR_OR(); cOLLAR_OR.ID = id; cOLLAR_OR.BHID = bHID; cOLLAR_OR.XCOLLAR = xCOLLAR; cOLLAR_OR.YCOLLAR = yCOLLAR; cOLLAR_OR.ZCOLLAR = zCOLLAR; cOLLAR_OR.ENDDEPTH = eNDDEPTH; cOLLAR_OR.DOMEN = dOMEN; return cOLLAR_OR; }
/// <summary> /// Deprecated Method for adding a new object to the COLLAR_OR EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToCOLLAR_OR(COLLAR_OR cOLLAR_OR) { base.AddObject("COLLAR_OR", cOLLAR_OR); }