Exemplo n.º 1
0
 /// <summary>
 /// Create a new SystemSetting object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="isGlobal">Initial value of the IsGlobal property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 public static SystemSetting CreateSystemSetting(global::System.Guid id, global::System.Boolean isGlobal, global::System.String name, global::System.String value)
 {
     SystemSetting systemSetting = new SystemSetting();
     systemSetting.ID = id;
     systemSetting.IsGlobal = isGlobal;
     systemSetting.Name = name;
     systemSetting.Value = value;
     return systemSetting;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SystemSettings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSystemSettings(SystemSetting systemSetting)
 {
     base.AddObject("SystemSettings", systemSetting);
 }