/// <summary> /// Create a new porPagePartial object. /// </summary> /// <param name="idPagePartial">Initial value of the IdPagePartial property.</param> /// <param name="name">Initial value of the Name property.</param> /// <param name="html">Initial value of the Html property.</param> public static porPagePartial CreateporPagePartial(global::System.Int32 idPagePartial, global::System.String name, global::System.String html) { porPagePartial porPagePartial = new porPagePartial(); porPagePartial.IdPagePartial = idPagePartial; porPagePartial.Name = name; porPagePartial.Html = html; return(porPagePartial); }
/// <summary> /// Deprecated Method for adding a new object to the porPagePartials EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToporPagePartials(porPagePartial porPagePartial) { base.AddObject("porPagePartials", porPagePartial); }