Наследование: global::System.Data.Objects.DataClasses.EntityObject
 /// <summary>
 /// Create a new Order object.
 /// </summary>
 /// <param name="identifier">Initial value of the Identifier property.</param>
 /// <param name="occurance">Initial value of the Occurance property.</param>
 public static Order CreateOrder(global::System.Int32 identifier, global::System.DateTime occurance)
 {
     Order order = new Order();
     order.Identifier = identifier;
     order.Occurance = occurance;
     return order;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Orders EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToOrders(Order order)
 {
     base.AddObject("Orders", order);
 }