/// <summary> /// Deprecated Method for adding a new object to the zzzBonds EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTozzzBonds(zzzBond zzzBond) { base.AddObject("zzzBonds", zzzBond); }
/// <summary> /// Create a new zzzBond object. /// </summary> /// <param name="id">Initial value of the Id property.</param> /// <param name="rowVersion">Initial value of the RowVersion property.</param> /// <param name="createBy">Initial value of the CreateBy property.</param> /// <param name="createTime">Initial value of the CreateTime property.</param> /// <param name="createOffice">Initial value of the CreateOffice property.</param> /// <param name="modifyBy">Initial value of the ModifyBy property.</param> /// <param name="modifyTime">Initial value of the ModifyTime property.</param> /// <param name="modifyOffice">Initial value of the ModifyOffice property.</param> public static zzzBond CreatezzzBond(global::System.Int32 id, global::System.Byte[] rowVersion, global::System.String createBy, global::System.DateTime createTime, global::System.String createOffice, global::System.String modifyBy, global::System.DateTime modifyTime, global::System.String modifyOffice) { zzzBond zzzBond = new zzzBond(); zzzBond.Id = id; zzzBond.RowVersion = rowVersion; zzzBond.CreateBy = createBy; zzzBond.CreateTime = createTime; zzzBond.CreateOffice = createOffice; zzzBond.ModifyBy = modifyBy; zzzBond.ModifyTime = modifyTime; zzzBond.ModifyOffice = modifyOffice; return zzzBond; }