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