Esempio n. 1
0
 /// <summary>
 /// Create a new ProfileSettingPress object.
 /// </summary>
 /// <param name="idProfileSettingPress">Initial value of the idProfileSettingPress property.</param>
 /// <param name="idProfileSetting">Initial value of the idProfileSetting property.</param>
 /// <param name="idPress">Initial value of the idPress property.</param>
 /// <param name="pressName">Initial value of the PressName property.</param>
 public static ProfileSettingPress CreateProfileSettingPress(global::System.Int32 idProfileSettingPress, global::System.Int32 idProfileSetting, global::System.Int32 idPress, global::System.String pressName)
 {
     ProfileSettingPress profileSettingPress = new ProfileSettingPress();
     profileSettingPress.idProfileSettingPress = idProfileSettingPress;
     profileSettingPress.idProfileSetting = idProfileSetting;
     profileSettingPress.idPress = idPress;
     profileSettingPress.PressName = pressName;
     return profileSettingPress;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the ProfileSettingPresses EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToProfileSettingPresses(ProfileSettingPress profileSettingPress)
 {
     base.AddObject("ProfileSettingPresses", profileSettingPress);
 }