/// <summary>
 /// Deprecated Method for adding a new object to the Links EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToLinks(Links links)
 {
     base.AddObject("Links", links);
 }
 /// <summary>
 /// Create a new Links object.
 /// </summary>
 /// <param name="itemID">Initial value of the ItemID property.</param>
 /// <param name="moduleID">Initial value of the ModuleID property.</param>
 /// <param name="target">Initial value of the Target property.</param>
 public static Links CreateLinks(global::System.Int32 itemID, global::System.Int32 moduleID, global::System.String target)
 {
     Links links = new Links();
     links.ItemID = itemID;
     links.ModuleID = moduleID;
     links.Target = target;
     return links;
 }