Ejemplo n.º 1
0
 /// <summary>
 /// Create a new bvc_ComponentSetting object.
 /// </summary>
 /// <param name="componentID">Initial value of the ComponentID property.</param>
 /// <param name="settingName">Initial value of the SettingName property.</param>
 /// <param name="settingValue">Initial value of the SettingValue property.</param>
 public static bvc_ComponentSetting Createbvc_ComponentSetting(global::System.String componentID, global::System.String settingName, global::System.String settingValue)
 {
     bvc_ComponentSetting bvc_ComponentSetting = new bvc_ComponentSetting();
     bvc_ComponentSetting.ComponentID = componentID;
     bvc_ComponentSetting.SettingName = settingName;
     bvc_ComponentSetting.SettingValue = settingValue;
     return bvc_ComponentSetting;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the bvc_ComponentSetting EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTobvc_ComponentSetting(bvc_ComponentSetting bvc_ComponentSetting)
 {
     base.AddObject("bvc_ComponentSetting", bvc_ComponentSetting);
 }