Ejemplo n.º 1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Audits EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAudits(Audit audit)
 {
     base.AddObject("Audits", audit);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Audits EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToAudits(Audit audit)
 {
     base.AddObject("Audits", audit);
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Create a new Audit object.
 /// </summary>
 /// <param name="auditID">Initial value of the auditID property.</param>
 public static Audit CreateAudit(global::System.Int32 auditID)
 {
     Audit audit = new Audit();
     audit.auditID = auditID;
     return audit;
 }