Example #1
0
 /// <summary>
 /// Create a new EntrySource object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="url">Initial value of the Url property.</param>
 public static EntrySource CreateEntrySource(global::System.Int32 id, global::System.String url)
 {
     EntrySource entrySource = new EntrySource();
     entrySource.Id = id;
     entrySource.Url = url;
     return entrySource;
 }
Example #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the EntrySources EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToEntrySources(EntrySource entrySource)
 {
     base.AddObject("EntrySources", entrySource);
 }