/// <summary>
 /// Create a new HUBZonesItem 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 HUBZonesItem CreateHUBZonesItem(string partitionKey, string rowKey, global::System.DateTime timestamp, global::System.Guid entityid)
 {
     HUBZonesItem hUBZonesItem = new HUBZonesItem();
     hUBZonesItem.PartitionKey = partitionKey;
     hUBZonesItem.RowKey = rowKey;
     hUBZonesItem.Timestamp = timestamp;
     hUBZonesItem.entityid = entityid;
     return hUBZonesItem;
 }
 /// <summary>
 /// There are no comments for HUBZones in the schema.
 /// </summary>
 public void AddToHUBZones(HUBZonesItem hUBZonesItem)
 {
     base.AddObject("HUBZones", hUBZonesItem);
 }