/// <summary> /// Deprecated Method for adding a new object to the Hyperlinks EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToHyperlinks(Hyperlink hyperlink) { base.AddObject("Hyperlinks", hyperlink); }
/// <summary> /// Create a new Hyperlink object. /// </summary> /// <param name="hyperlinkID">Initial value of the HyperlinkID property.</param> /// <param name="businessID">Initial value of the BusinessID property.</param> /// <param name="uRL">Initial value of the URL property.</param> /// <param name="hyperlinkType">Initial value of the HyperlinkType property.</param> public static Hyperlink CreateHyperlink(global::System.Int32 hyperlinkID, global::System.Int32 businessID, global::System.String uRL, global::System.String hyperlinkType) { Hyperlink hyperlink = new Hyperlink(); hyperlink.HyperlinkID = hyperlinkID; hyperlink.BusinessID = businessID; hyperlink.URL = uRL; hyperlink.HyperlinkType = hyperlinkType; return hyperlink; }