/// <summary> /// Deprecated Method for adding a new object to the BrandAxe EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToBrandAxe(BrandAxe brandAxe) { base.AddObject("BrandAxe", brandAxe); }
/// <summary> /// Create a new BrandAxe object. /// </summary> /// <param name="id">Initial value of the ID property.</param> /// <param name="iDSignature">Initial value of the IDSignature property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="code">Initial value of the Code property.</param> /// <param name="brand">Initial value of the Brand property.</param> /// <param name="deleted">Initial value of the Deleted property.</param> /// <param name="manual">Initial value of the Manual property.</param> public static BrandAxe CreateBrandAxe(global::System.Guid id, global::System.Guid iDSignature, global::System.String name, global::System.String code, global::System.Boolean brand, global::System.Boolean deleted, global::System.Boolean manual) { BrandAxe brandAxe = new BrandAxe(); brandAxe.ID = id; brandAxe.IDSignature = iDSignature; brandAxe.Name = name; brandAxe.Code = code; brandAxe.Brand = brand; brandAxe.Deleted = deleted; brandAxe.Manual = manual; return brandAxe; }