Ejemplo n.º 1
0
 /// <summary>
 /// Create a new url object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="gid">Initial value of the gid property.</param>
 /// <param name="url1">Initial value of the url1 property.</param>
 /// <param name="ref_count">Initial value of the ref_count property.</param>
 /// <param name="edits_pending">Initial value of the edits_pending property.</param>
 public static url Createurl(global::System.Int32 id, global::System.String gid, global::System.String url1, global::System.Int32 ref_count, global::System.Int32 edits_pending)
 {
     url url = new url();
     url.id = id;
     url.gid = gid;
     url.url1 = url1;
     url.ref_count = ref_count;
     url.edits_pending = edits_pending;
     return url;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the urls EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTourls(url url)
 {
     base.AddObject("urls", url);
 }