コード例 #1
0
ファイル: Portal.Designer.cs プロジェクト: dnjuliani/gipo
        /// <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);
        }
コード例 #2
0
ファイル: Portal.Designer.cs プロジェクト: dnjuliani/gipo
 /// <summary>
 /// Deprecated Method for adding a new object to the porPagePartials EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToporPagePartials(porPagePartial porPagePartial)
 {
     base.AddObject("porPagePartials", porPagePartial);
 }