Exemple #1
0
 /// <summary>
 /// Deprecated Method for adding a new object to the document EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTodocument(document document)
 {
     base.AddObject("document", document);
 }
Exemple #2
0
 /// <summary>
 /// Create a new document object.
 /// </summary>
 /// <param name="id">Initial value of the id property.</param>
 /// <param name="checksum">Initial value of the checksum property.</param>
 /// <param name="path">Initial value of the path property.</param>
 /// <param name="added_date">Initial value of the added_date property.</param>
 public static document Createdocument(global::System.Int32 id, global::System.String checksum, global::System.String path, global::System.DateTime added_date)
 {
     document document = new document();
     document.id = id;
     document.checksum = checksum;
     document.path = path;
     document.added_date = added_date;
     return document;
 }