/// <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; }
/// <summary> /// Deprecated Method for adding a new object to the Attestation EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddToAttestation(Attestation attestation) { base.AddObject("Attestation", attestation); }