Ejemplo n.º 1
0
 /// <summary>
 /// Create a new Attestation object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 public static Attestation CreateAttestation(global::System.Int16 id)
 {
     Attestation attestation = new Attestation();
     attestation.Id = id;
     return attestation;
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Attestation EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAttestation(Attestation attestation)
 {
     base.AddObject("Attestation", attestation);
 }