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