Example #1
0
        /// <summary>
        /// Create a new links object.
        /// </summary>
        /// <param name="id">Initial value of the Id property.</param>
        /// <param name="value">Initial value of the Value property.</param>
        /// <param name="mvpId">Initial value of the MvpId property.</param>
        public static links Createlinks(global::System.Int32 id, global::System.String value, global::System.Int32 mvpId)
        {
            links links = new links();

            links.Id    = id;
            links.Value = value;
            links.MvpId = mvpId;
            return(links);
        }
Example #2
0
 /// <summary>
 /// Create a new links object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 /// <param name="mvpId">Initial value of the MvpId property.</param>
 public static links Createlinks(global::System.Int32 id, global::System.String value, global::System.Int32 mvpId)
 {
     links links = new links();
     links.Id = id;
     links.Value = value;
     links.MvpId = mvpId;
     return links;
 }
Example #3
0
 /// <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);
 }
Example #4
0
 /// <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);
 }