/// <summary> /// Create a new ActionOptions object. /// </summary> /// <param name="actionOptionId">Initial value of the ActionOptionId property.</param> public static ActionOptions CreateActionOptions(global::System.Int32 actionOptionId) { ActionOptions actionOptions = new ActionOptions(); actionOptions.ActionOptionId = actionOptionId; return actionOptions; }
/// <summary> /// Deprecated Method for adding a new object to the ActionOptions EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToActionOptions(ActionOptions actionOptions) { base.AddObject("ActionOptions", actionOptions); }