コード例 #1
0
 /// <summary>
 /// Create a new ecommrc_StoreSettings object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="storeId">Initial value of the StoreId property.</param>
 /// <param name="settingName">Initial value of the SettingName property.</param>
 /// <param name="settingValue">Initial value of the SettingValue property.</param>
 public static ecommrc_StoreSettings Createecommrc_StoreSettings(global::System.Int64 id, global::System.Int64 storeId, global::System.String settingName, global::System.String settingValue)
 {
     ecommrc_StoreSettings ecommrc_StoreSettings = new ecommrc_StoreSettings();
     ecommrc_StoreSettings.Id = id;
     ecommrc_StoreSettings.StoreId = storeId;
     ecommrc_StoreSettings.SettingName = settingName;
     ecommrc_StoreSettings.SettingValue = settingValue;
     return ecommrc_StoreSettings;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ecommrc_StoreSettings EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToecommrc_StoreSettings(ecommrc_StoreSettings ecommrc_StoreSettings)
 {
     base.AddObject("ecommrc_StoreSettings", ecommrc_StoreSettings);
 }