Пример #1
0
        /// <summary>
        /// Create a new China_ICBC_Transactions object.
        /// </summary>
        /// <param name="paymentSystem">Initial value of the PaymentSystem property.</param>
        /// <param name="date">Initial value of the Date property.</param>
        /// <param name="orderNumber">Initial value of the OrderNumber property.</param>
        /// <param name="swiftTransactionNumber">Initial value of the SwiftTransactionNumber property.</param>
        /// <param name="messageType">Initial value of the MessageType property.</param>
        /// <param name="messageSwift">Initial value of the MessageSwift property.</param>
        /// <param name="time">Initial value of the Time property.</param>
        /// <param name="messageObject">Initial value of the MessageObject property.</param>
        /// <param name="isFileSent">Initial value of the IsFileSent property.</param>
        public static China_ICBC_Transactions CreateChina_ICBC_Transactions(global::System.String paymentSystem, global::System.DateTime date, global::System.Int32 orderNumber, global::System.String swiftTransactionNumber, global::System.String messageType, global::System.String messageSwift, global::System.TimeSpan time, global::System.Byte[] messageObject, global::System.Boolean isFileSent)
        {
            China_ICBC_Transactions china_ICBC_Transactions = new China_ICBC_Transactions();

            china_ICBC_Transactions.PaymentSystem          = paymentSystem;
            china_ICBC_Transactions.Date                   = date;
            china_ICBC_Transactions.OrderNumber            = orderNumber;
            china_ICBC_Transactions.SwiftTransactionNumber = swiftTransactionNumber;
            china_ICBC_Transactions.MessageType            = messageType;
            china_ICBC_Transactions.MessageSwift           = messageSwift;
            china_ICBC_Transactions.Time                   = time;
            china_ICBC_Transactions.MessageObject          = messageObject;
            china_ICBC_Transactions.IsFileSent             = isFileSent;
            return(china_ICBC_Transactions);
        }
Пример #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the China_ICBC_Transactions EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToChina_ICBC_Transactions(China_ICBC_Transactions china_ICBC_Transactions)
 {
     base.AddObject("China_ICBC_Transactions", china_ICBC_Transactions);
 }