/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the EntrySources EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToEntrySources(EntrySource entrySource) { base.AddObject("EntrySources", entrySource); }