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