Пример #1
0
 /// <summary>
 /// Create a new GasStationsItem 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 GasStationsItem CreateGasStationsItem(string partitionKey, string rowKey, global::System.DateTime timestamp, global::System.Guid entityid)
 {
     GasStationsItem gasStationsItem = new GasStationsItem();
     gasStationsItem.PartitionKey = partitionKey;
     gasStationsItem.RowKey = rowKey;
     gasStationsItem.Timestamp = timestamp;
     gasStationsItem.entityid = entityid;
     return gasStationsItem;
 }
Пример #2
0
 /// <summary>
 /// There are no comments for GasStations in the schema.
 /// </summary>
 public void AddToGasStations(GasStationsItem gasStationsItem)
 {
     base.AddObject("GasStations", gasStationsItem);
 }