Esempio n. 1
0
 /// <summary>
 /// Create a new HotelsItem 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 HotelsItem CreateHotelsItem(string partitionKey, string rowKey, global::System.DateTime timestamp, global::System.Guid entityid)
 {
     HotelsItem hotelsItem = new HotelsItem();
     hotelsItem.PartitionKey = partitionKey;
     hotelsItem.RowKey = rowKey;
     hotelsItem.Timestamp = timestamp;
     hotelsItem.entityid = entityid;
     return hotelsItem;
 }
Esempio n. 2
0
 /// <summary>
 /// There are no comments for Hotels in the schema.
 /// </summary>
 public void AddToHotels(HotelsItem hotelsItem)
 {
     base.AddObject("Hotels", hotelsItem);
 }