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