示例#1
0
        private void init(int orderId, P2GenNHibernate.EN.Default_.CustomerEN customer, Nullable <DateTime> date, string address, string city, string state, string zip, string paymentMethod, P2GenNHibernate.Enumerated.Default_.OrderStatusEnum status, System.Collections.Generic.IList <P2GenNHibernate.EN.Default_.OrderLineEN> orderLine)
        {
            this.OrderId = orderId;


            this.Customer = customer;

            this.Date = date;

            this.Address = address;

            this.City = city;

            this.State = state;

            this.Zip = zip;

            this.PaymentMethod = paymentMethod;

            this.Status = status;

            this.OrderLine = orderLine;
        }
示例#2
0
 public CustomerOrderEN(int orderId, P2GenNHibernate.EN.Default_.CustomerEN customer, Nullable <DateTime> date, string address, string city, string state, string zip, string paymentMethod, P2GenNHibernate.Enumerated.Default_.OrderStatusEnum status, System.Collections.Generic.IList <P2GenNHibernate.EN.Default_.OrderLineEN> orderLine
                        )
 {
     this.init(OrderId, customer, date, address, city, state, zip, paymentMethod, status, orderLine);
 }