Beispiel #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ABi_Config EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToABi_Config(ABi_Config aBi_Config)
 {
     base.AddObject("ABi_Config", aBi_Config);
 }
Beispiel #2
0
 /// <summary>
 /// Create a new ABi_Config object.
 /// </summary>
 /// <param name="aBi_Config_ID">Initial value of the ABi_Config_ID property.</param>
 /// <param name="configKey">Initial value of the ConfigKey property.</param>
 /// <param name="value">Initial value of the Value property.</param>
 /// <param name="dateCreated">Initial value of the DateCreated property.</param>
 /// <param name="dateModified">Initial value of the DateModified property.</param>
 public static ABi_Config CreateABi_Config(global::System.Int32 aBi_Config_ID, global::System.String configKey, global::System.String value, global::System.DateTime dateCreated, global::System.DateTime dateModified)
 {
     ABi_Config aBi_Config = new ABi_Config();
     aBi_Config.ABi_Config_ID = aBi_Config_ID;
     aBi_Config.ConfigKey = configKey;
     aBi_Config.Value = value;
     aBi_Config.DateCreated = dateCreated;
     aBi_Config.DateModified = dateModified;
     return aBi_Config;
 }