Esempio n. 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the HelpFulLinks EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToHelpFulLinks(HelpFulLink helpFulLink)
 {
     base.AddObject("HelpFulLinks", helpFulLink);
 }
Esempio n. 2
0
 /// <summary>
 /// Create a new HelpFulLink object.
 /// </summary>
 /// <param name="siteId">Initial value of the SiteId property.</param>
 /// <param name="contId">Initial value of the ContId property.</param>
 /// <param name="helpfulId">Initial value of the HelpfulId property.</param>
 public static HelpFulLink CreateHelpFulLink(global::System.Int32 siteId, global::System.Int32 contId, global::System.Int32 helpfulId)
 {
     HelpFulLink helpFulLink = new HelpFulLink();
     helpFulLink.SiteId = siteId;
     helpFulLink.ContId = contId;
     helpFulLink.HelpfulId = helpfulId;
     return helpFulLink;
 }