Esempio n. 1
0
 /// <summary>
 /// Create a new SystemMessage object.
 /// </summary>
 /// <param name="id">Initial value of the ID property.</param>
 public static SystemMessage CreateSystemMessage(global::System.Guid id)
 {
     SystemMessage systemMessage = new SystemMessage();
     systemMessage.ID = id;
     return systemMessage;
 }
Esempio n. 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the SystemMessage EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToSystemMessage(SystemMessage systemMessage)
 {
     base.AddObject("SystemMessage", systemMessage);
 }