/// <summary> /// Create a new OrderActionType object. /// </summary> /// <param name="orderActionTypeId">Initial value of the OrderActionTypeId property.</param> /// <param name="orderActionType1">Initial value of the OrderActionType1 property.</param> public static OrderActionType CreateOrderActionType(global::System.Int32 orderActionTypeId, global::System.String orderActionType1) { OrderActionType orderActionType = new OrderActionType(); orderActionType.OrderActionTypeId = orderActionTypeId; orderActionType.OrderActionType1 = orderActionType1; return orderActionType; }
/// <summary> /// Deprecated Method for adding a new object to the OrderActionTypes EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToOrderActionTypes(OrderActionType orderActionType) { base.AddObject("OrderActionTypes", orderActionType); }