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