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