Beispiel #1
0
 /// <summary>
 /// Create a new ZipCodesItem 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 ZipCodesItem CreateZipCodesItem(string partitionKey, string rowKey, global::System.DateTime timestamp, global::System.Guid entityid)
 {
     ZipCodesItem zipCodesItem = new ZipCodesItem();
     zipCodesItem.PartitionKey = partitionKey;
     zipCodesItem.RowKey = rowKey;
     zipCodesItem.Timestamp = timestamp;
     zipCodesItem.entityid = entityid;
     return zipCodesItem;
 }
Beispiel #2
0
 /// <summary>
 /// There are no comments for ZipCodes in the schema.
 /// </summary>
 public void AddToZipCodes(ZipCodesItem zipCodesItem)
 {
     base.AddObject("ZipCodes", zipCodesItem);
 }