Exemplo n.º 1
0
 /// <summary>
 /// Create a new Message3 object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="messageID">Initial value of the MessageID property.</param>
 /// <param name="subscriptionID">Initial value of the SubscriptionID property.</param>
 /// <param name="guid">Initial value of the Guid property.</param>
 /// <param name="messagePutTime">Initial value of the MessagePutTime property.</param>
 /// <param name="messageReadTime">Initial value of the MessageReadTime property.</param>
 /// <param name="timestamp">Initial value of the Timestamp property.</param>
 /// <param name="batchNumber">Initial value of the BatchNumber property.</param>
 public static Message3 CreateMessage3(global::System.Int32 id, global::System.String name, global::System.String messageID, global::System.String subscriptionID, global::System.Guid guid, global::System.DateTime messagePutTime, global::System.DateTime messageReadTime, global::System.Byte[] timestamp, global::System.Int32 batchNumber)
 {
     Message3 message3 = new Message3();
     message3.ID = id;
     message3.Name = name;
     message3.MessageID = messageID;
     message3.SubscriptionID = subscriptionID;
     message3.Guid = guid;
     message3.MessagePutTime = messagePutTime;
     message3.MessageReadTime = messageReadTime;
     message3.Timestamp = timestamp;
     message3.BatchNumber = batchNumber;
     return message3;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Message3 EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToMessage3(Message3 message3)
 {
     base.AddObject("Message3", message3);
 }