コード例 #1
0
        /// <summary>
        /// Create a new HTMLlist object.
        /// </summary>
        /// <param name="listId">Initial value of the ListId property.</param>
        /// <param name="listHtml">Initial value of the ListHtml property.</param>
        public static HTMLlist CreateHTMLlist(global::System.Int32 listId, global::System.String listHtml)
        {
            HTMLlist hTMLlist = new HTMLlist();

            hTMLlist.ListId   = listId;
            hTMLlist.ListHtml = listHtml;
            return(hTMLlist);
        }
コード例 #2
0
 /// <summary>
 /// Create a new HTMLlist object.
 /// </summary>
 /// <param name="listId">Initial value of the ListId property.</param>
 /// <param name="listHtml">Initial value of the ListHtml property.</param>
 public static HTMLlist CreateHTMLlist(global::System.Int32 listId, global::System.String listHtml)
 {
     HTMLlist hTMLlist = new HTMLlist();
     hTMLlist.ListId = listId;
     hTMLlist.ListHtml = listHtml;
     return hTMLlist;
 }
コード例 #3
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HTMLlists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHTMLlists(HTMLlist hTMLlist)
 {
     base.AddObject("HTMLlists", hTMLlist);
 }
コード例 #4
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HTMLlists EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHTMLlists(HTMLlist hTMLlist)
 {
     base.AddObject("HTMLlists", hTMLlist);
 }