Exemplo n.º 1
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;
 }
Exemplo 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);
 }