예제 #1
0
 /// <summary>
 /// Create a new Acknowledgement object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="name">Initial value of the Name property.</param>
 /// <param name="type">Initial value of the Type property.</param>
 public static Acknowledgement CreateAcknowledgement(global::System.Int32 id, global::System.String name, global::System.String type)
 {
     Acknowledgement acknowledgement = new Acknowledgement();
     acknowledgement.Id = id;
     acknowledgement.Name = name;
     acknowledgement.Type = type;
     return acknowledgement;
 }
예제 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Acknowledgements EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAcknowledgements(Acknowledgement acknowledgement)
 {
     base.AddObject("Acknowledgements", acknowledgement);
 }