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