コード例 #1
0
 /// <summary>
 /// Create a new PostOfficesItem object.
 /// </summary>
 /// <param name="partitionKey">Initial value of PartitionKey.</param>
 /// <param name="rowKey">Initial value of RowKey.</param>
 /// <param name="timestamp">Initial value of Timestamp.</param>
 /// <param name="entityid">Initial value of entityid.</param>
 public static PostOfficesItem CreatePostOfficesItem(string partitionKey, string rowKey, global::System.DateTime timestamp, global::System.Guid entityid)
 {
     PostOfficesItem postOfficesItem = new PostOfficesItem();
     postOfficesItem.PartitionKey = partitionKey;
     postOfficesItem.RowKey = rowKey;
     postOfficesItem.Timestamp = timestamp;
     postOfficesItem.entityid = entityid;
     return postOfficesItem;
 }
コード例 #2
0
 /// <summary>
 /// There are no comments for PostOffices in the schema.
 /// </summary>
 public void AddToPostOffices(PostOfficesItem postOfficesItem)
 {
     base.AddObject("PostOffices", postOfficesItem);
 }