コード例 #1
0
 /// <summary>
 /// Create a new Blob object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="downloadUrl">Initial value of the DownloadUrl property.</param>
 /// <param name="destinationPath">Initial value of the DestinationPath property.</param>
 /// <param name="itemId">Initial value of the ItemId property.</param>
 /// <param name="user">Initial value of the User property.</param>
 public static Blob CreateBlob(global::System.Int32 id, global::System.String downloadUrl, global::System.String destinationPath, global::System.Int32 itemId, global::System.String user)
 {
     Blob blob = new Blob();
     blob.Id = id;
     blob.DownloadUrl = downloadUrl;
     blob.DestinationPath = destinationPath;
     blob.ItemId = itemId;
     blob.User = user;
     return blob;
 }
コード例 #2
0
 /// <summary>
 /// Deprecated Method for adding a new object to the Blobs EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToBlobs(Blob blob)
 {
     base.AddObject("Blobs", blob);
 }